-
Notifications
You must be signed in to change notification settings - Fork 73
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
Comments
Yeah, please fix it! |
Yup the publishing sample is still broken. |
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? |
use |
After this I still get this error: |
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 |
This sample does not work anymore, since there have been changes in oauth2client library
SignedJwtAssertionCredentials no longer exists. It is replaced by ServiceAccountCredentials
The text was updated successfully, but these errors were encountered: