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 referring to....
Does anyone know how to solve this error?
- HiIt 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
1 Reply
- v-juanli-msftCommunity SupportHiIt 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