You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
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??
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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??
The text was updated successfully, but these errors were encountered: