Create a service account and ask her to use it to access the API, run:
$ gcloud iam service-accounts create my-account
$ gcloud iam service-accounts keys create key.json
$ export GOOGLE_APPLICATION_CREDENTIALS=key.json
In the second command, replace my-projectwith your project identifier.
source
share