Error trying to access “google drive” with python (google quickstart.py source code)
问题 I'm trying to learn how to access Google Drive from Python but I have problems. I followed the tutorial of google's official website: https://developers.google.com/drive/...t-python?hl=es In addition, i have seen the video tutorial about this, I think I do the same than the video guys exactly. I tell you the steps I've followed literally: 1 - Install pip tool to install the SDK from Google. 2 - Install the SDK from Google: "pip install --upgrade google-api-python-client" In this step all goes