YouTube API Quota - Multiple accounts

安稳与你 提交于 2020-05-26 06:13:40

问题


Version 3 of the YouTube Data API has concrete quota numbers listed in the Google API Console where you register for your API Key. You can use 30,000 units/second/user and 1,000,000 per day. Projects that had enabled the YouTube Data API before April 20, 2016, have a default quota of 50M/day.

This means that once we breach this numbers, we'll receive in the header that the rate limits have been exceeded.

My question is, can you create multiple accounts, which will in theory DOUBLE the quota?

Or is it also IP restricted too meaning /user1/ & /user2/ requests won't actually change the quota?


回答1:


It is my understanding that the quota is PER PROJECT, not per account. You could create 3 projects and each project would have the default quota. Then in your application you could attempt to use all 3 combined in order to post to the API with a higher throughput.



来源:https://stackoverflow.com/questions/39239982/youtube-api-quota-multiple-accounts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!