GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

Update non-browser-interactive auth URIs to use oauth2.googleapis.com variants #42

Closed houglum closed 6 years ago

houglum commented 6 years ago

As part of https://issuetracker.google.com/issues/79946689, we're updating gsutil and the libraries it relies on to use the newer oauth2.googleapis.com-based URIs, away from the current accounts.google.com and googleapis.com/oauth2 equivalents.

Browser-interactive endpoints (like the auth endpoint, https://accounts.google.com/o/oauth2/auth) can remain unchanged.

Occurrences can be found by greping for "accounts.google.com" or "googleapis.com/oauth2" within the source files.