Google Drive API - 错误:disabled_client

时间:2014-03-31 14:37:01

标签: python google-drive-api

当我按照快速入门教程进行操作时:https://developers.google.com/drive/web/quickstart/quickstart-python 输入用于身份验证的URL会在网站上显示以下错误:

  

错误:disabled_client

     

OAuth客户端已被禁用。请求详细信息

cookie_policy_enforce=false
scope=https://www.googleapis.com/auth/drive
response_type=code
redirect_uri=urn:ietf:wg:oauth:2.0:oob
access_type=offline
client_id=1086226639551-hgv3m4atq7jmsdgie1d5t92qbo8k9b1g.apps.googleusercontent.com

我在开发者控制台中为“已安装的应用程序”创建了id和secret: https://console.developers.google.com/project

并选择“其他”作为应用程序类型。

任何想法导致问题的原因都可能有所帮助。

[编辑]我刚刚使用PyDrive进行身份验证而没有遇到任何问题: https://github.com/googledrive/PyDrive 所以我会满足于PyDrive。

0 个答案:

没有答案