android - 当 GAE 尝试加载 https ://www. googleapis.com/oauth2/v1/certs 时,由于 503,Google oauth 突然失败

标签 android google-app-engine oauth

我们的 Android 游戏后端是在 GAE 中实现的,它使用 Google 的 oauth 来验证我们的游戏用户。

截至太平洋标准时间 2014-01-24 11:11:18.039,所有 oauth 请求开始失败。看起来来自 google oauth 库的加载 Google 证书的请求失败了:

失败:原因 7 (503) IOException 无法获取 URL:https://www.googleapis.com/oauth2/v1/certs

但是我可以在浏览器中手动加载该 url 没问题。

我们的 GAE 使用 Google 的库,例如google-oauth-client-appengine-1.17.0-rc.jar 等

知道发生了什么事吗?这会破坏我们游戏的所有后端(用户注册等)!

最佳答案

根据 Apps Status Dashboard,大多数 Google Apps 现在似乎都已关闭.

虽然我没有看到那里具体列出了 oauth,但我认为可以相当安全地假设这个问题是相关的。

关于android - 当 GAE 尝试加载 https ://www. googleapis.com/oauth2/v1/certs 时,由于 503,Google oauth 突然失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21341708/

相关文章:

android - 使用 NDK 在 C/C++ 中将 YUV 解码为 RGB

java - Google 帐户凭据更改帐户/注销

java - 使用生成的端点和 gae 实现 Multi-Tenancy

api - Facebook API OAuthException : “An unexpected error has occurred. Please retry your request later” when trying to retrieve a Page-specific access token

asp.net-mvc - 动态设置 OWIN(按域)

android - 在斜线和主要 Activity 之间分支 init

Android gradle - 如何远程访问 keystore

java - 先后在Android中运行Handler Task

python - “ImportError: No module named sendgrid” 用于 Google App Engine 中的 SendGrid

android - 无法使用谷歌 OAuth 2 获取刷新 token