|
|
|
|
|
by DazWilkin
741 days 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. |
|