Forum Discussion
Anonymous
8 years agoNot applicable
Google Analytics Request failed (403) Error on failed requests
Hi, my dashboards cannot update anymore because I get this error from Google Analytics that the number of recent failed reporting API requestes is too high. I don't understand the web page they are r...
- 8 years agoHiIt seems to be an error from google analytics API.As the web page they are referring to, let me draw your attention to row “quotaExceeded” in the table, to solve the problem in this case, it recommends to use exponential backoff which is Implemented in the following parts of the article.See the familiar case to catch some ideas.Best RegardsMaggie
v-juanli-msft
8 years agoCommunity Support
Hi
It seems to be an error from google analytics API.
As the web page they are referring to, let me draw your attention to row “quotaExceeded” in the table, to solve the problem in this case, it recommends to use exponential backoff which is Implemented in the following parts of the article.
See the familiar case to catch some ideas.
Best Regards
Maggie