I've noticed that the reporting API will return "rateLimitExceeded" (403 error code) throughout the day even though my application is nowhere near the quota limits.
Here's the error:
[{"domain":"global","message":"Quota Error: Rate Limit Exceeded","reason":"rateLimitExceeded"}]
More recently, this error seems to occurring more and more frequently, which is causing a big problem for our application/system.
Can someone explain why we are receiving this error? Any remedies?
Any help would be greatly appreciated. Thanks!