简体   繁体   English

错误403 Google Analytics API访问未配置

[英]Error 403 google analytics API Access Not Configured

So, I am using gadash to get a google analytics dashboard on a system I am building. 因此,我正在使用gadash在正在构建的系统上获取Google Analytics(分析)信息中心。 I had it working earlier with no problem but now It is throwing this 403 Access not configured error. 我可以让它更早地正常工作,但现在却抛出此403 Access not configuration错误。 Why would it do this with no code changes since it was working? 自从运行以来,为什么在不更改任何代码的情况下执行此操作? It is being sent from a web server. 它是从Web服务器发送的。

Probably you exceeded the qouta allowed by Google. 您可能超出了Google允许的qouta。 Or exceeded the requests per second limit. 或超出了每秒请求数的限制。

403 means that the server understood the request but refuses to fulfill it.. And that the problem is not an authentication problem as described here 403表示服务器理解了该请求但拒绝执行该请求。并且该问题不是此处所述的身份验证问题

You can find google analytics absolute limits here 您可以在此处找到Google Analytics(分析)的绝对限制

So please verify that the requests per seconds and quota didn't exceeds the Google limits. 因此,请确认每秒请求数和配额没有超出Google的限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM