Android应用上的Google +1按钮错误有一个临时的

Joa*_*oao 14 java android google-plus

我在我的应用程序中添加了谷歌加一个按钮,通过本指南 https://developers.google.com/+/mobile/android/recommend

当我按下按钮时,我看到谷歌加窗口,在该窗口后收到我的谷歌加帐户名称,我收到错误消息"您的+1存在暂时性问题.请再试一次"

在android监视器中,我得到了

10-14 19:05:42.466 2107-2470/com.google.android.gms.persistent W/GLSUser: [DeviceKeyStore] Cannot load key: Device key file not found.
10-14 19:05:42.872 2421-3058/com.google.android.gms E/Volley: [162] BasicNetwork.performRequest: Unexpected response code 503 for https://www.googleapis.com/pos/v1/plusones/https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.facebook.katana?abtk=&cdx=c89&container=http%3A%2F%2FD1Xfy1LMHWn3O%252FW%252BIyo6pO5l5Yo%253D.apps.googleusercontent.com%2F%3Fpkg%3Dcom.bestvpn.hotvpn%26api_key%3DAIzaSyBa9bgzwtnGchlkux96-c5Q_fi19fE1pEA&source=native%3Aandroid_app
Run Code Online (Sandbox Code Playgroud)

从logcat中的链接回答

{
 "kind": "pos#plusones",
 "id": "https://play.google.com/store/apps/details?id=com.facebook.katana",
 "isSetByViewer": false,
 "metadata": {
  "type": "URL",
  "globalCounts": {
   "count": 0.0
  }
 },
 "abtk": ""
}
Run Code Online (Sandbox Code Playgroud)

我在四小时前在开发者控制台中打开了google plus API.

有谁可以帮助我吗?也许我忘了在任何地方检查API.检查了google-services.json也许是因为我正在从模拟器中测试它.现在无法在真实设备中测试

jce*_*ile 4

我已经在 Google 问题跟踪器上报告了该问题,他们已将其关闭,因为无法修复,并声明该问题已被弃用

https://issuetracker.google.com/issues/73993857