I have troubles trying to integrate Google Play Game Services to my game. I followed the tutorial and watched the video of "most 7 errors using google play games" and none of them was my case.
I have defined my Google services on the Developer Console. After that i have vinculed 2 apps, with the same package name that i have on manifest. I Used the keytool to take the 2 certificates fingerprint. Then, I adde my app_id to the manifest (only the 13 dígits).
And when I launch the application, it shows the splash of Google Play Games, asking me wich of my 2 google accounts I want to log in, I select it and then it asks me for permissions and finally when I accept, it shows me a popup error message saying: "Unknown issue with Google Play Services".
And the error in Log is this:
07-16 15:41:36.578: E/Volley(30175): [4704] tm.a: Unexpected response code 403 for https://www.googleapis.com/drive/v2beta/apps/self?prettyPrint=false
07-16 15:41:36.598: E/ClientConnectionOperation(30175): Handling authorization failure
07-16 15:41:36.598: E/ClientConnectionOperation(30175): chb: Authorization failed: server returned error: Access Not Configured. Please use Google Developers Console to activate the API for your project.. See https://developers.google.com/drive/handle-errors for details.
I don't know what I'm doing wrong, I have created another game services project to test and I have the same error.
If someone knows how to solve it, I will appreciate the help. Thank you!