Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google +1 button error on android app there was a temporary

I added google plus one button in my app by this guide https://developers.google.com/+/mobile/android/recommend

When I press button I see google plus window and after that window receive my google plus account name I receive error with message "There was a temporary problem with your +1. Please try again"

In the android monitor, I get

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

answer from link in 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": ""
}

I turned on google plus API in the developer console four hours ago.

Can someone help me, please? Maybe I forget to check API anywhere. Checked in the google-services.json Maybe it's because I'm testing it from emulator. Can't test in real device now

like image 835
Joao Avatar asked Oct 14 '17 19:10

Joao


People also ask

Why is Google not working on my Android?

Restart your device and try your search again. If you're able to connect to the Internet, update the Google app to the latest version. To check if you get results, try your search again. When you clear an app's cache, you delete data stored in a temporary area of the device's memory.

Why my Google app is not working?

Update Google Play Services and Android System WebView Hence, updating them to the latest version might fix the Google app not working in most cases. How to update Google Play Services: Open the Settings app on your phone. Tap Apps & Notifications.


1 Answers

I've reported the problem on the Google Issue tracker and they have closed it as won't fix stating that it's deprecated

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

like image 183
jcesarmobile Avatar answered Oct 06 '22 00:10

jcesarmobile