- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我正在使用 async.eachOfSeries
超过 300 个数组并请求一些 GA api,它工作正常但有时我会收到错误..
UnhandledPromiseRejectionWarning:错误:配额 token 不足
'AnalyticsDefaultGroup' and limit 'USER-100s' of service 'analyticsreporting.googleapis.com' for consumer 'project_number:79317181646'.
最佳答案
In the API Console, there is a similar quota referred to as Requests per 100 seconds per user. By default, it is set to
100 requests per 100 seconds per user
and can be adjusted to a maximum value of 1,000. But the number of requests to the API is restricted to a maximum of 10 requests per second per user.
这个错误是防洪。每个用户每秒只能发送 100 个请求。用户由您的 ip 地址表示。你需要放慢速度。
注意:Google 并不完美,您可以在一秒钟内发送 99 个请求,然后尝试等待 90 秒并重试,它可能会或可能不会成功。放慢速度再试一次。
关于javascript - 消费者的服务 'AnalyticsDefaultGroup' 的配额 'USER-100s' 和限制 'analyticsreporting.googleapis.com' 的 token 不足,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50945197/
我正在使用 async.eachOfSeries 超过 300 个数组并请求一些 GA api,它工作正常但有时我会收到错误.. UnhandledPromiseRejectionWarning:错误
我目前管理着两个 Google Analytics 管理帐户,每个帐户都有许多客户和 view_ids。任务是通过 Google Analytics Reporting API (v4) 请求客户端数
我是一名优秀的程序员,十分优秀!