google-people-api

I can't authorize gmail api application in google colaboratory

I can't authorize gmail api application in google colaboratory Question: I’m running the quickstart code from https://developers.google.com/people/quickstart/python in a colab notebook. # [START people_quickstart] from __future__ import print_function import os.path from google.auth.transport.requests import Request from google.oauth2.credentials import Credentials from google_auth_oauthlib.flow import InstalledAppFlow from googleapiclient.discovery import build from googleapiclient.errors import HttpError # If modifying these scopes, …

Total answers: 2