We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Loading of credentials no longer works due to this line:
creds = json.load(creds_store_file, encoding='utf-8')
Becausejson.load does not accept an "encoding" parameter anymore, just assuming it'll be utf encoded.
json.load