You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load default credentials from right path on Windows
On Windows, the default credentials file is located in the
`%APPDATA%\gcloud\application_default_credentials.json`. The existing
implementation was looking for credentials in
`$HOME/.config/gcloud/application_default_credentials.json`, which
only works on MacOS and Linux.
This change creates a `get_user_credentials_path()` function that has
different implementations for Linux/MacOS and Windows platforms.
0 commit comments