6 ms·
Correction the following refers to the created key: ${PWD}/${ACCOUNT}.json Possibly created by: gcloud iam service-accounts create ${ACCOUNT} --project=$
by DazWilkin 2y ago
Correction the following refers to the created key:
${PWD}/${ACCOUNT}.json
Possibly created by:
gcloud iam service-accounts create ${ACCOUNT} --project=${PROJECT}
gcloud iam service-accounts keys create ${PWD}/${ACCOUNT}.json \
--iam-account=${EMAIL} \
--project=${PROJECT}
Because Google Workspace does not support IAM, no IAM roles need be assigned. Instead OAuth scopes are used.