I've been using GCP for some time.
I created a new GCP
Project to test new functions, and enabled the Runtime API
.
However, clicking Deploy pops up this message: "User does not have the 'iam.serviceAccounts.actAs' permission on webcalc-taskc2@appspot.gserviceaccount.com required to create the function. You can fix this by running gcloud iam service-accounts add-iam-policy-binding webcalc-taskc2@appspot.gserviceaccount.com --member=user: --role=roles/iam.serviceAccountUser"
I entered this into Shell
, replacing with my Owner email for GCP. Still no luck ;(