小编Xao*_*Zlo的帖子

超出了Youtube视频上传限制

我使用这个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)

youtube youtube-api youtube-data-api

7
推荐指数
2
解决办法
7098
查看次数

标签 统计

youtube ×1

youtube-api ×1

youtube-data-api ×1