RGA icon indicating copy to clipboard operation
RGA copied to clipboard

Error: Daily Limit Exceeded

Open mkmetko opened this issue 6 years ago • 2 comments

When trying to access GA API, I get error message for exceeding daily quotas with all functions. This started to occur about week ago, I tried to use API right after midnight when quotas are reset, with same result. I don't see pings in console usage reports, other packages and direct access works without problem.

list_profiles() Error: Client error: (403) Forbidden Daily limit exceeded: Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/analytics.googleapis.com/quotas??

mkmetko avatar Feb 26 '19 06:02 mkmetko

Try to change auth credentials.

artemklevtsov avatar Feb 26 '19 06:02 artemklevtsov

Hey I had this issue in the last few days. It was because the clientid associated with the token I didn't have access to the google cloud project that I was intending to query. The error is not helpful at all, but that's google's fault. Try generating an API key inside of your cloud console and using those new credentials to generate a new access token and going from there.

damiah avatar May 15 '19 06:05 damiah