I'm currently creating a project that uses the Google-Analytics-API and have just received the following error:
Quota Error: Number of recent failed reporting API requests is too high, please implement exponential back off.
My questions is, how long do I need to wait before trying again? Does this 'reset' so to speak? Right now, the endpoint times out instantly and gives me the above message.. It's been working fine this whole time however.
Any suggestions are greatly appreciated.
Thanks.