Deployment to Google’s Compute Engine fails: Error retrieving the App Engine service account

后端 未结 2 560
死守一世寂寞
死守一世寂寞 2021-01-22 00:36

After I’ve deleted some values (do not remember which) in my project configuration (in the Developer Console) I cannot deploy an app to a Compute E

2条回答
  •  悲&欢浪女
    2021-01-22 01:09

    Maybe you're not authenticated to your project anymore? Have you tried to reauthenticate using gcloud auth login?

    If you're authenticated but happen somehow to delete default Google AppEngine service account (app_id@appspot.gserviceaccount.com), you won't be able to recreate them yourself. You will need to file a support ticket with Google and ask them to recreate the default service account for you.

    Finally, you can create new project and deploy your application there but of course this comes at a price/time.

提交回复
热议问题