我使用这个cmd应用程序https://github.com/tokland/youtube-upload
上传50个视频后,我收到此错误消息:
[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."
}
}
Run Code Online (Sandbox Code Playgroud)
在此错误后,我可以每15分钟上传1个视频.但在等待aproximatley 2小时后,我可以上传50多个视频,但每次都不起作用.有时甚至在等待3个小时后我仍然无法上传50个视频.
我也从未超过配额限制.我的配额统计:
到3月20日,我收到了这个错误:
{
"error": {
"errors": [
{
"domain": "youtube.common",
"reason": "forbidden",
"message": "Access forbidden. The request may not be properly authorized."
}
],
"code": 403,
"message": "Access forbidden. The request …Run Code Online (Sandbox Code Playgroud)