I use this cmd application https://github.com/tokland/youtube-upload
After downloading 50 videos, I get this error:
[RequestError] Server response: { "error": { "errors": [ { "domain": "youtube.video", "reason": "uploadLimitExceeded", "message": "The user has exceeded the number of videos they may upload." } ], "code": 400, "message": "The user has exceeded the number of videos they may upload." } }
And after this error, I can upload 1 video in 15 minutes. But after waiting aproximatley for 2 hours, I can upload another 50 videos, but this does not work every time. Sometimes even after waiting for 3 hours, I still canβt upload 50 videos.
Also, I never exceeded the quota limit. My quota statistics:
Requests per day
Until March 20th, I received this error:
{ "error": { "errors": [ { "domain": "youtube.common", "reason": "forbidden", "message": "Access forbidden. The request may not be properly authorized." } ], "code": 403, "message": "Access forbidden. The request may not be properly authorized." } }
Have you decided this? How do you upload videos to YouTube in large numbers?
source share