Youtube api oAuth 400 来源不匹配
Youtube api oAuth 400 origin mismatch
我使用 JS youtube api 并尝试上传视频到
http://newauto46.ru/youtube/upload_video.html
然后在开发者控制台配置了 origin url。
现在我有 400 源不匹配错误
请求详细信息
=
proxy=oauth2relay538900249
scope=https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtube
origin=http://newauto46.ru
response_type=code token id_token gsession
redirect_uri=postmessage
state=678581604|0.3528401798
pageId=106287838926302036687
client_id=1034451067661-h7v9fipq91k83log7c47f49l1o257rl4.apps.googleusercontent.com
cookie_policy=single_host_origin
include_granted_scopes=true
我能用它做什么?
问题已解决。我忘了您需要将 client_id 粘贴到 auth.js 和 upload_video.html
我使用 JS youtube api 并尝试上传视频到 http://newauto46.ru/youtube/upload_video.html 然后在开发者控制台配置了 origin url。 现在我有 400 源不匹配错误 请求详细信息
=
proxy=oauth2relay538900249
scope=https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtube
origin=http://newauto46.ru
response_type=code token id_token gsession
redirect_uri=postmessage
state=678581604|0.3528401798
pageId=106287838926302036687
client_id=1034451067661-h7v9fipq91k83log7c47f49l1o257rl4.apps.googleusercontent.com
cookie_policy=single_host_origin
include_granted_scopes=true
我能用它做什么?
问题已解决。我忘了您需要将 client_id 粘贴到 auth.js 和 upload_video.html