https://news.mynavi.jp/article/zeropython-16/
Requires client_secrets.json file
{
"installed": {
"client_id": "Client here_Describe the ID",
"project_id": "mapapp-1350",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "Client here_Write a secret",
"redirect_uris": [
"urn:ietf:wg:oauth:2.0:oob",
"http://localhost"
]
}
}
Recommended Posts