1

您好,我尝试按照以下步骤为 Google Drive Api 设置 Google 代码示例: https ://developers.google.com/drive/examples/php

但是当我尝试身份验证时出现异常:

异常“apiAuthException”,消息“获取 OAuth2 访问令牌时出错,消息:“redirect_uri_mismatch”

知道我是否会在配置过程中遗漏一些东西吗?

谢谢

4

1 回答 1

2

您是否在 API 控制台中注册了应用程序并且重定向 URI 与您的 Web 服务器的 URI 匹配?

您是否在 config.php 中设置了 REDIRECT_URI(连同 CLIENT_ID、CLIENT_SECRET)?

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

于 2012-05-09T16:20:32.430 回答