Limit of video sends via youtube api per day

大兔子大兔子 提交于 2019-12-11 12:07:38

问题


What is daily limit of send videos to youtube via google api youtubev3?

I found that this is 50 videos per day or 1000000quotas per day.

Is that possible that I got banned for uploading small tests videos today? I was sending the same video multiple times and then removing it from my youtube channel. And what about this limits, how to check if I used 50 videos today or not?


回答1:


The upload video quota is 50 videos per day. It will reset at midnight West Cost USA time. This quota can not be extended.

The best way to test if you have passed the quota is to just try the error returned will tell you that you have reached your limit for today.

Calculating quota

A video upload has a cost of approximately 1600 units. Which should mean that you have 400 video uploads. However about a year ago we noticed that they have changed it so that the max uploads per day is around 50. I have tried several times to get some information from google about this change and have the documentation updated but they haven't done anything about it.



来源:https://stackoverflow.com/questions/52275437/limit-of-video-sends-via-youtube-api-per-day

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