Youtube video upload limit exceeded

﹥>﹥吖頭↗ 提交于 2019-11-28 01:56:30

badRequest (400) uploadLimitExceeded The user has exceeded the number of videos they may upload.

This is a user based quota which can not be upgraded. It means that the user in question has exceed their upload limit for the day. The YouTube API has a slightly different quota system than other Google APIs. The ones listed in developer console are just the general ones. You should check calculating quota usage

  • 200,000 read operations that each retrieve two resource parts.
  • 10,000 write operations and 90,000 additional read operations that each retrieve two resource parts.
  • 400 video uploads, 1500 write operations, and 50,000 read operations that each retrieve two resource parts.

This quota should reset at midnight West Coast USA time.

Access forbidden. The request may not be properly authorized.

Means that either your access token or your refresh token is no longer working. You should either use the access token to get a new refresh token. Or re authenticate the application and get a new refresh token. Yes refresh tokens can expire under different circumstances.

I have also received the same message. This is due to changes for limiting those who try to spam-post videos.

In comment person from Google explains:

Thanks for this report. I can confirm this behavior is intended; currently you are limited to uploading 100 videos per day. Throttling may occur after a burst of upload activity.

https://issuetracker.google.com/issues/35919708#comment10

As regards to throttling:

comment 16

Fwiw: The limit is 100 videos per day, but you can only upload 50 videos at once. After that, you have to wait ~15 minutes to upload another video.

comment 17 (Person from Google):

I can confirm #16 is correct. The limit is 100, with rate control after 50.

Update:

As per this answer on April 3rd, 2017 (later than original comments in forum on Mar 21, 2017) from Google representative

We don't have any 50 videos per day limit anymore tell the truth, but we have antispam algorithms which may temporary suspend your Upload function.

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