我尝试上传视频的自定义缩略图。
官方文档链接:https://developers.google.com/youtube/v3/docs/thumbnails/set
请求访问令牌的已使用范围是:
HTTPS *://www.googleapis.com/auth/youtube.force-ssl
HTTPS *://www.googleapis.com/auth/youtubepartner
HTTPS *://www.googleapis.com/auth/userinfo.profile
HTTPS *://www.googleapis.com/auth/userinfo.email
HTTPS *://www.googleapis.com/auth/youtube
HTTPS *://www.googleapis.com/auth/youtube.upload
然后我得到回应:
调用PUT https://www.googleapis.com/upload/youtube/v3/thumbnails/set?videoId=my_video_id&uploadType=resumable&upload_id=my_upload_id时出错:(403)经过身份验证的用户无权上传和设置自定义视频缩略图。
我设置了所有需要的范围,但仍然没有权限。我该如何解决? 感谢。
答案 0 :(得分:6)
我遇到了同样的问题。找到解决方案:
请在您的帐户面板中输入电话号码并启用“自定义缩略图”来验证您的帐户。