Let’s check following:
- Execute
gcloud auth list
to see if any active account is presented. - Execute
gcloud auth print-access-token
. Should be long output with access token.
If any of that step returns error - run gcloud auth login
.
Let’s check following:
gcloud auth list
to see if any active account is presented.gcloud auth print-access-token
. Should be long output with access token.If any of that step returns error - run gcloud auth login
.