feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[gsuite-apis-intro]:

Open ghost opened this issue 2 years ago • 0 comments

Traceback (most recent call last): File "/home/mjurow/CodeLab/drive_list.py", line 11, in flow = client.flow_from_clientsecrets('client_id.json', SCOPES) File "/usr/local/lib/python3.9/dist-packages/oauth2client/_helpers.py", line 133, in positional_wrapper return wrapped(*args, **kwargs) File "/usr/local/lib/python3.9/dist-packages/oauth2client/client.py", line 2134, in flow_from_clientsecrets client_type, client_info = clientsecrets.loadfile(filename, File "/usr/local/lib/python3.9/dist-packages/oauth2client/clientsecrets.py", line 165, in loadfile return _loadfile(filename) File "/usr/local/lib/python3.9/dist-packages/oauth2client/clientsecrets.py", line 124, in _loadfile raise InvalidClientSecretsError('Error opening file', exc.filename, oauth2client.clientsecrets.InvalidClientSecretsError: ('Error opening file', 'client_id.json', 'No such file or directory', 2)

ghost avatar May 25 '23 14:05 ghost