1

I am having a problem retrieving the accounts in 0auth 2.0 playground. After following the steps in the Google Business API's basic setup, 0auth 2.0 playground returns a 429 response code. So far, I have double checked that the google my business api is enabled, and then tried following the steps in the Google Profile API's basic setup again. I have requested a higher quota, but what might be causing this?

nessiah
  • 21
  • 2

1 Answers1

1

This seems like a duplicate of this SO issue. On that thread it looks like the summary of steps to resolve are:

Thomas Burke
  • 1,105
  • 9
  • 20
  • Hey @Thomas thank you! I have applied for a higher than 0 quota, but would you happen to know if this is the usual? It seems that it would make sense that the API should come with a quota limit for testing in 0auth, but it doesn't – nessiah Jan 19 '22 at 14:03
  • I don't know if this is typical. I found this [limits doc](https://developers.google.com/my-business/content/limits?hl=en#all-other-calls) that seems to indicate that it should be over 0? perhaps you didn't have a billing account attached to the project and that is the cause, not sure though. I suspect the standard quota request form should provide above 0 quota once approved. – Thomas Burke Jan 19 '22 at 20:25
  • That makes perfect sense. I don't have a billing account associated with the project. However, I've been granted a higher quota limit, but I am still getting a 429 error code – nessiah Jan 20 '22 at 02:02
  • Are you following [this guide](https://developers.google.com/my-business/content/basic-setup#make-simple-http-request) in order to make the request? perhaps try adding the `X-GOOG-API-FORMAT-VERSION: 2` request header to see if it gives you a better error message instead of just the 429 error code? – Thomas Burke Jan 20 '22 at 05:40