artemklevtsov / RGA

A Google Analytics API client for R
http://cran.r-project.org/package=RGA
32 stars 13 forks source link

Error: Daily Limit Exceeded #59

Open mkmetko opened 5 years ago

mkmetko commented 5 years ago

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??

artemklevtsov commented 5 years ago

Try to change auth credentials.

damiah commented 5 years ago

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.