The likely role is "roles/appengine.deployer". You may have a look at the "Understanding Roles" documentation page <https://cloud.google.com/iam/docs/understanding-roles>. The service account's default permissions do not allow the account to perform certain actions, such as deploying to App Engine <https://cloud.google.com/appengine> or managing Compute Engine <https://cloud.google.com/compute> or Kubernetes Engine <https://cloud.google.com/kubernetes-engine> resources.
You can enable your service account to perform these actions by granting the account additional IAM roles. Use the IAM & Admin <https://console.cloud.google.com/iam-admin?_ga=2.247358212.-1824116711.1512502827> section in the Google Cloud Platform Console and add the appropriate roles to the service account's list of roles. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/04bb3a7a-13fc-436f-96a9-82627a4c1939%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
