python-samples
python-samples copied to clipboard
Unicode error in quickstart
Copied and pasted the code. Downloaded credentials.json. Replaced all spaces to tabs and after all got Unicode error in this line :
creds = flow.run_local_server(port=0)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 6: invalid continuation byte
I really don't know what the problem. Httplib2 was upgraded (ver. 0.15.0) like others libs which would be needed.
httplib2 0.15.0 python 3.7.4 Windows OS