python-samples
python-samples copied to clipboard
quickstart.py fails on error: No such file or directory: 'credentials.json'
Expected Behavior
Browser window should open requesting authorisation
Actual Behavior
No browser opens. Error logged to console:
$ python quickstart.py
Traceback (most recent call last):
File "quickstart.py", line 52, in
Steps to Reproduce the Problem
- run python quickstart.py as instructed in documentation https://developers.google.com/calendar/quickstart/python
- Observer no browser appears
- Observer error in terminal
Specifications
- Python version: 2.7.12
- OS : Linux
- google-auth-oauthlib version: 0.4.1