0
votes

I figured this out and figured that I'd leave a quick note here since Google turned up zero results that helped me :[

After following Quickstart for Python 3 in the App Engine Standard Environment, I received an error in the Deploy and run Hello World on App Engine step.

The error that I got was: "ERROR: (gcloud.app.deploy) Error Response: [13] Failed to create cloud build: invalid bucket "1012918181174.cloudbuild-logs.googleusercontent.com"; builder service account does not have access to the bucket."

1

1 Answers

1
votes

I fixed this by going to the Cloud Build Settings page for the project I was attempting to deploy, and then enabling the 'App Engine Admin' service.