question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find the reviews api

See original GitHub issue

Hello,

I’m trying to display a list of reviews to the user, but i can’t seem to find the endpoint anywhere. I’m basically following this page:

https://developers.google.com/my-business/content/review-data

I have the following packages installed:

<PackageReference Include="Google.Apis.Auth" Version="1.57.0" />
<PackageReference Include="Google.Apis.MyBusinessAccountManagement.v1" Version="1.57.0.2637" />
<PackageReference Include="Google.Apis.MyBusinessBusinessInformation.v1" Version="1.57.0.2637" />

Is the reviews api available in the client library or not? and if yes, could someone point me in the right direction?

2 sidenotes:

1: I can’t seem to find batch requests anywhere? I was trying to use the locations batch request - and i’d like to use the batch reviews request in the future - but it seems that batch requests are not in the c# library at this time. Is that correct or am i missing something here?

2: With the request myBusinessBusinessInformationService.Accounts.Locations.List(account.Name) you need to set the readMask option. This is not really documented anywhere - and i only found it out because i stumbled upon https://github.com/googleapis/google-api-php-client/issues/2213 - perhaps improve the visibility of this requirement somewhere?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
marctmtcommented, Jul 20, 2022

Hi all, sorry for “hijacking” this closed thread, but we’re currently struggling with the review-endpoint as well (although we are working with the php-library, but that shouldn’t be the point).

We even can’t get the v4.9-API endpoint (accounts.locations.reviews) to work in Googles OAuthPlayground anymore (deprecated => error). And we can’t find any new endpoints regarding reviews in the new v1-APIs (several APIs for Google My Business now).

Before asking some Google support now, I stumbled upon this thread… @BrianGearty You got it somehow working around 19/05/2022? I guess, you used the old v4.9-endpoint and it was still working back then (sunset at 30/04/2022 + 30 days grace period)? Or do you still have a working way to get reviews from GMB-Locations? 😃

Thank you and have a nice day Marc

1reaction
amanda-tarafacommented, May 10, 2022

I’ve also heard back from the team internally. You can find the client library for My Business v4.9 here: https://developers.google.com/my-business/samples/previousVersions .

For some reason unknown to us on the client library side, they are not following the normal API publication channels so libraris are also not being generated in the normal way. I’ll try to find out if we can bring this API alongside with the rest, but for the time being, you can use the libraries in the link above.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Play Core In-App Review API not showing the Review Activity
When you submit a review, you will be able to see it in Google Play Console (not under "Reviews", incidentally but) under "Testing...
Read more >
Google my business API can't fetch reviews : r/webdev
Hello. I have a gmb app set up with oauth and everything is working fine. I can fetch the users businesses and business...
Read more >
How do I get user reviews for my business via API?
What I want to do is very simple. My business has around 20 Google user reviews. I want to get those reviews via...
Read more >
Work with review data - Business Profile APIs
This tutorial shows you how to list, return, reply, and delete a review. The Google My Business API provides you with the ability...
Read more >
Can't get customer reviews and ratings - Meta for Developers
1) I have several business fb pages with reviews. 2) I'm trying to get that reviews to my app . API Endpoint 175263445932551/ratings?fields=created_time ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found