gpt4 book ai didi

php - Youtube API 3 视频上传 400 错误 : redirect_uri_mismatch OAuth2

转载 作者:行者123 更新时间:2023-12-03 05:32:29 37 4
gpt4 key购买 nike

我正在使用以下链接中的代码示例来使用 Youtube API 将视频上传到 Youtube。

https://developers.google.com/youtube/v3/code_samples/php#resumable_uploads

我得到 400. That's an error Error: redirect_uri_mismatch每次我尝试授权访问时。

我已经重新检查了一百次,以确保开发人员控制台中的重定向 URI 和重定向请求 URI 完全匹配。所以我很困惑这个错误。

错误详情
The redirect URI in the request: http://www.example.com/classes/YouTubeVideoUpload.php did not match a registered redirect URI.
请求详情

scope=https://www.googleapis.com/auth/youtube
response_type=code
access_type=online
redirect_uri=http://www.example.com/classes/YouTubeVideoUpload.php
pageId=none
approval_prompt=auto
state=463513941
client_id=*************-gajjqgcjt767rfqapprgu5ctdi3qts27.apps.googleusercontent.com

是否有其他原因可能导致它认为存在不匹配?

最佳答案

该问题是由已设置的 API key 引起的。
$client->setAPIKey($API_Key);
一旦删除脚本按预期执行
Error: redirect_uri_mismatch对这个错误有很大的误导

关于php - Youtube API 3 视频上传 400 错误 : redirect_uri_mismatch OAuth2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25993342/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com