authentication - Google service account doesn't see project ID -
i'm trying authorize using gcloud service account:
gcloud auth \ activate-service-account "${gc_service_account}" \ --key-file <filename> \ --project <project name>
it authorizes successfully, can't seem find project showing following error commands:
error: (gcloud.compute.copy-files) not fetch instance: - resource 'projects/<project name>' not found
p.s. works fine gcloud auth login
for sake of else encounters problem: looks transient issue. please generate new service account , try again.
if doesn't work, please comment on answer.
Comments
Post a Comment