gcloud auth application-default login
Jump to navigation
Jump to search
gcloud auth application-default login The environment variable [GOOGLE_APPLICATION_CREDENTIALS] is set to: [/Users/YOUR_USER/your_path/your-gcloud-auth-file.json] Credentials will still be generated to the default location: [/Users/YOUR_USER/.config/gcloud/application_default_credentials.json] To use these credentials, unset this environment variable before running your application. Do you want to continue (Y/n)?
╷ │ Error: Attempted to load application default credentials since neither `credentials` nor `access_token` was set in the provider block. No credentials loaded. To use your gcloud credentials, run 'gcloud auth application-default login' │ │ with provider["registry.terraform.io/hashicorp/google"], │ on vpc.tf line 12, in provider "google": │ 12: provider "google" { │ │ google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information
Related
curl \ -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) \ -H "Content-Type: application/json; charset=utf-8" \ https://analyticsadmin.googleapis.com/v1alpha/accounts
See also
Advertising: