【发布时间】:2017-04-06 23:21:20
【问题描述】:
我正在通过 youtube 批量报告提取 youtube 分析。 https://developers.google.com/youtube/reporting/v1/reports/
当我们有很多用户时,一切正常,我们遇到
<HttpError 429 when requesting https://youtubereporting.googleapis.com/v1/media/CHANNEL/****/jobs/****/reports/***?alt=media returned "Insufficient tokens for quota group and limit 'FreeQuotaGroupCLIENT_PROJECT-100s' of service 'youtubereporting.googleapis.com', using the limit by ID '****'.">
我知道每 100 秒 API 调用的次数是有限制的。
有没有办法增加这个限制,因为我看到是FreeQuotaGroupCLIENT_PROJECT-100s,所以可能有Paid Quota或者别的什么。
如果不是,处理回退的最佳方法是什么?我们不能使用sleep方法,因为有很多并行进程,他们不会等待另一个。
谢谢。
【问题讨论】:
标签: youtube-api report quota youtube-analytics