playgameservices / management-tools

Tools for app developers to mange their Play Game services apps.
143 stars 73 forks source link

Sample is broken #27

Open Olof-IL opened 8 years ago

Olof-IL commented 8 years ago

This sample does not work anymore, since there have been changes in oauth2client library SignedJwtAssertionCredentials no longer exists. It is replaced by ServiceAccountCredentials

IvyKun commented 8 years ago

Yeah, please fix it!

emongev commented 8 years ago

Yup the publishing sample is still broken.

IvyKun commented 7 years ago

Still broken... or more accurate abandoned.

Anyone have any console project or script working to create achievements from an xml or even hardcoded in the script?

yanagiragi commented 4 years ago

use pip install oauth2client==1.5.2 as workaround works for me

robson-work commented 4 years ago

use pip install oauth2client==1.5.2 as workaround works for me

After this I still get this error: oauth2client.clientsecrets.InvalidClientSecretsError: File not found: "client_secrets.json"

yanagiragi commented 4 years ago

use pip install oauth2client==1.5.2 as workaround works for me

After this I still get this error: oauth2client.clientsecrets.InvalidClientSecretsError: File not found: "client_secrets.json"

This error messages simply means you need to place your google oauth crediential in the folder and name it to "client_secrets.json".

If you don't know where to get the google oauth crediential, you may check this document.

Feel free to leave questions if you get stucked :D