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

后端 未结 2 562
死守一世寂寞
死守一世寂寞 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-22 00:43

    Maybe you deleted your App Engine service account. To create it again, you can go to the Permissions section of your project and add a new member with the email YOUR-PROJECT-ID@appspot.gserviceaccount.com (replace with your real project id) and "Can Edit" permissions.

提交回复
热议问题