1 Answers
Hi Praveen,
To do this you first need to set the account parameter (and project parameter if not already updated) for config like this:
gcloud config set account
and set gcp project
gcloud config set project
Followed by authentication command
gcloud auth login
login with your test user gmail credentials.
Hope this helps!
Thank you very much Lokesh, That worked!
Wonderful! I am glad that it helped..