File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ The extension takes care of the necessary configuration required to authenticate
1010``` shell
1111gcloud auth application-default login
1212```
13+
1314Executing this command will save your application credentials to default path which will depend on the type of machine -
1415- Linux, macOS: ` $HOME/.config/gcloud/application_default_credentials.json `
1516- Windows: ` %APPDATA%\gcloud\application_default_credentials.json `
@@ -19,6 +20,7 @@ Executing this command will save your application credentials to default path wh
1920Next, export the credentials to ` GOOGLE_APPLICATION_CREDENTIALS ` environment variable -
2021
2122For Linux & MacOS:
23+
2224``` shell
2325export GOOGLE_APPLICATION_CREDENTIALS=$HOME /.config/gcloud/application_default_credentials.json
2426```
You can’t perform that action at this time.
0 commit comments