File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ 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 -
15+
1416- Linux, macOS: ` $HOME/.config/gcloud/application_default_credentials.json `
1517- Windows: ` %APPDATA%\gcloud\application_default_credentials.json `
1618
@@ -19,6 +21,7 @@ Executing this command will save your application credentials to default path wh
1921Next, export the credentials to ` GOOGLE_APPLICATION_CREDENTIALS ` environment variable -
2022
2123For Linux & MacOS:
24+
2225``` shell
2326export GOOGLE_APPLICATION_CREDENTIALS=$HOME /.config/gcloud/application_default_credentials.json
2427```
You can’t perform that action at this time.
0 commit comments