为什么当从谷歌硬盘UI调用应用程序时,谷歌硬盘中的重定向URL会被修改



我正在运行PHP DrEdit示例。

当我直接访问我的应用程序时,我可以通过谷歌进行身份验证。然而,当我试图通过Google Drive UI访问它时:点击创建并选择应用程序,我会得到一个400错误的

Error: redirect_uri_mismatch
The redirect URI in the request: http://site.com did not match a registered redirect URI
Learn more

我所有配置文件中的重定向uri实际上都是http://site.com/app不是http://site.com

唯一的地方http://site.com是在"Javascript Origins"中设置的,它不会接受http://site.com/app作为有效的url。

任何人都知道为什么重定向url被修改为http://site.com或者如果有什么地方我可以修改?

感谢

DrEdit示例使用http://site.com作为重定向URI,因此您应该在配置文件中设置相同的值。

文档中列出了设置应用程序的所有步骤,请确保您遵循了这些步骤:

https://developers.google.com/drive/examples/php#setting_up_this_sample_application

相关内容

  • 没有找到相关文章

最新更新