Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample is broken #27

Open
Olof-IL opened this issue Apr 25, 2016 · 6 comments
Open

Sample is broken #27

Olof-IL opened this issue Apr 25, 2016 · 6 comments

Comments

@Olof-IL
Copy link

Olof-IL commented Apr 25, 2016

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

@IvyKun
Copy link

IvyKun commented Aug 3, 2016

Yeah, please fix it!

@emongev
Copy link

emongev commented Nov 1, 2016

Yup the publishing sample is still broken.

@IvyKun
Copy link

IvyKun commented May 5, 2017

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
Copy link

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

@robson-work
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants