问题描述
全部
我正在尝试部署Google App Engine.我已经做到了这一点,但是我不确定如何进行.
I'm attempting to deploy a Google App Engine. I've gotten as far as this, but I'm not sure how to proceed.
Updating service [default]...
......failed.
ERROR: (gcloud.app.deploy) Error Response: [9] The App Engine service account does not exist for "[my-project]".
似乎我需要为应用引擎创建一个服务帐户,但是我不确定它需要哪些变量.
It appears that I need to create a service account for the app engine, but I'm not sure what variables it needs.
谢谢!
推荐答案
问题是我删除了"App Engine默认服务帐户".
The problem is that I had deleted the "App Engine default service account".
我能够使用此页面.
页面右侧是尝试API"的工具.对于appsId
,输入要修复的项目,然后单击执行".
On the right side of the page is a tool to "Try the API". For the appsId
enter the project to be repaired and then click 'Execute'.
该工具将指导您完成一系列步骤,最后修复项目.
The tool will walk you through a series of steps and at the end repair the project.
这篇关于Google App Engine部署错误代码9的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!