Hi I've been using Super Proxy for around a month now and I just can't seem to stop this error from happening no matter what I do. My understanding that this error is due to hitting the QPS Limits of 10 on App Engine. I have set the Analytics API/App Engine to accept 10 QPS.
We have 7 Queries in total, all of which are fairly staggered at different times but I still seem to hit this everyday and have no idea how to stop or even a way to happily pay Google so it doesn't happen anymore.
Can anyone please shed some light on why this is occurring and what I can do to stop it? What makes no sense is we have 7 queries which would make it impossible to hit 10 QPS?????
Here is the full error:
{u'error': {u'message': u'Quota Error: User Rate Limit Exceeded.', u'code': 403, u'errors': [{u'reason': u'userRateLimitExceeded', u'domain': u'global', u'message': u'Quota Error: User Rate Limit Exceeded.'}]}}
Please help, much appreciated. Thanks.