【发布时间】:2017-08-22 01:49:44
【问题描述】:
我使用这个 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."
}
}
在此错误之后,我可以每 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 may not be properly authorized."
}
}
Р你是怎么解决的?如何将视频大量上传到 youtube?
【问题讨论】:
-
截至今天,我在上传 100 个视频后收到此错误。
标签: youtube youtube-api youtube-data-api