【发布时间】:2014-01-10 09:05:04
【问题描述】:
在deploying the backend for Mobile Backend Starter 和running android sample 之后,我遇到了GoogleAuthIOExceptio
com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
我已经尝试过Secured by Client IDs 身份验证选项,并在后端和安卓客户端都使用了Web Client ID,但仍然有异常。
【问题讨论】:
-
我刚刚设置了示例留言簿应用程序并遇到了完全相同的问题。云控制台说后端已部署,身份验证设置为 Open(仅供开发使用),并且在 Consts.java 文件中我更改为我自己的项目 ID。
-
在出现异常之前我收到警告:“未设置应用程序名称。调用 Builder#setApplicationName。”你 JR Galia 也明白吗?
-
是的,我也收到了警告。
标签: android google-app-engine google-cloud-endpoints