Reputation: 784
Hi I'm trying to get reviews from google My business API. But after trying everything it gives me 404 not found error. I contact Google Cloud support, they said Google cloud support doesn't look after Google my business. Its a dead end asking any kind of support from Google. First they have a terrible documentation which compels you to buy the standard plan, once you buy they will raise hands saying they can't help(Shame). I'm forced to use GCP as GMB is handled by Google otherwise it will a blind choice between Azure or AWS.
Anyways check this link to replicate my issue on Google OAuth 2.0 Playground.
Upvotes: 0
Views: 750
Reputation: 1603
The accounts list method that is part of the My Business API v4 that you are trying to use was deprecated and removed.
The accounts list method that is part of the Business Profile APIs v1 should be used instead.
Upvotes: 1
Reputation: 784
I solved it.
Correct Endpoint: https://mybusinessaccountmanagement.googleapis.com/v1/accounts
The user should have ownership of all the locations and the access token should be generated from the same user.
Upvotes: 0