Open Olof-IL opened 8 years ago
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 pip install oauth2client==1.5.2
as workaround works for me
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"
use
pip install oauth2client==1.5.2
as workaround works for meAfter 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
This sample does not work anymore, since there have been changes in oauth2client library SignedJwtAssertionCredentials no longer exists. It is replaced by ServiceAccountCredentials