Celso Godinho da Costa

Results 1 comments of Celso Godinho da Costa

I use automatic and custom authentication with settings.yaml (https://pythonhosted.org/PyDrive/oauth.html#automatic-and-custom-authentication-with-settings-yaml) and was having the same problem. I solved the problem as follows. See the code: gauth = GoogleAuth(settings_file='absolute path to settings.yaml')...