python-samples
python-samples copied to clipboard
oauthlib.oauth2.rfc6749.errors.MissingCodeError: (missing_code) Missing code parameter in response.
Expected Behavior
It's should be export 10 recents file in google drive
Actual Behavior
Traceback (most recent call last):
File "quickstart.py", line 49, in
Steps to Reproduce the Problem
- I follow this tutorial: https://developers.google.com/drive/api/v3/quickstart/python
- I create python file and import credential.json
- Run it with python3 quickstart.py and got an error after authentication with browser.
Specifications
- Python version (
Python 3.6.8) - OS (Mac/Linux/Windows): Linux Centos 7