Google Drive SDK示例PHP异常

时间:2012-05-09 15:56:53

标签: php google-drive-api

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

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

  

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

我知道我是否可以在配置过程中遗漏某些内容?

谢谢

1 个答案:

答案 0 :(得分:2)

您是否在API控制台中注册了应用并且重定向URI与您的网络服务器的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