我正在使用 cron 作业将视频从服务器上传到 youtube 频道。
我收到这个错误
捕获的 Google 服务异常 400 消息是
{
"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."
}
}
在谷歌控制台中,它显示配额为 20,871 / 50,000,000
我有配额,但视频没有上传。
每 15 分钟上传一个视频。我必须将 200 个视频上传到我的帐户,但这个速度需要几天时间才能上传。
有人对此有解决方案吗?