GCE login authenication via browser
gcloud auth application-default login
This command is useful when you are developing code that would normally use a service account but need to run the code in a local development environment where it's easier to provide user credentials. The credentials will apply to all API calls that make use of the Application Default Credentials client library.
https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login