

# If modifying these scopes, delete the file token.json.ĭOCUMENT_ID = '195j9eDD3ccgjQRttHhJPymLJUCOUjs-jmwTrekvdjFE' Include the following code in quickstart.py:įrom import Requestįrom import Credentialsįrom google_auth_oauthlib.flow import InstalledAppFlowįrom googleapiclient.discovery import buildįrom googleapiclient.errors import HttpError In your working directory, create a file named quickstart.py.

To install the Google client library for Python, run the following command: pip install -upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlibįor alternate installation options, refer to the Python library's Step 1: Install the Google client library To learn how toĬreate credentials for a desktop application, refer to
