gpt4 book ai didi

android - GitKit Android 快速入门失败 "Sign in with Google",错误代码为 : 9

转载 作者:行者123 更新时间:2023-11-30 01:56:49 27 4
gpt4 key购买 nike

我尝试让 GitKit Android 快速入门示例运行。据我所知,使用电子邮件注册和登录工作正常,Facebook 登录也是如此,但每当我尝试使用 Google 登录时,在选择我的 Google 帐户后,我都会收到 Toast“错误代码:9”。在调试和查看 GoogleIdpClient 时,我可以看到错误被抛出,因为服务器响应

{"error":{"errors":[{"domain":"global","reason":"backendError","message":"Error code: 9"}],"code":503,"message":"Error code: 9"}}

但我真的不相信 google idp 服务一直不可用..

当我使用 Android 客户端 ID 将其输入到快速入门占位符(而不是 Web 客户端 ID,如本教程所要求的那样)时,我得到一个 GoogleAuthException,原因是“未知”。

到目前为止,我还没有在所有内容背后运行的网络服务器,所以 GitKit 可能不喜欢没有回调端点?

有什么提示或想法吗?

谢谢,约翰内斯

最佳答案

根据 https://developers.google.com/+/web/api/rest/auth-migration ,Google 已经将其登录迁移到 Google+ 登录,即使用户不使用 Google+。可以通过设置切换到新的 Google+ 登录

<meta-data
android:name="identitytoolkit.use_google_plus"
android:value="true" />

AndroidManifest.xml 中。根据documentation , 它为 Google 帐户启用 Google+ 登录。

将其设置为 true 后,我能够获取并确认 Google+ 权限对话框。

如果之后出现错误 INVALID_IDP_RESPONSE,则必须在 Google Developers Console 中启用 Google+ API .

关于android - GitKit Android 快速入门失败 "Sign in with Google",错误代码为 : 9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32090365/

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