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
ServiceOptions.googleCloudProjectId() first checks to see if CLOUDSDK_CONFIG has been set, and uses that in place of ~/.config/gcloud if it has. However DefaultCredentialsProvider.getWellKnownCredentialsFile() does not, instead only looking in the default directory.