我安装了python版谷歌应用引擎,我在控制台中创建了一个新项目.我按照终端中的说明在gcloud app deploy工作目录中使用命令然后我收到此错误:
ERROR: The [application] field is specified in file
[/Users/fengxinlin/project/app.yaml]. This field is not used by
gcloud and must be removed. Project name should instead be specified
either by `gcloud config set project MY_PROJECT` or by setting the `-
-project` flag on individual command executions.
ERROR: (gcloud.app.deploy) Errors occurred while parsing the App
Engine app configuration.
Run Code Online (Sandbox Code Playgroud)
然后,我尝试gcloud config set project [one of my project]之后,我gcloud app deploy再说一次,我得到了同样的错误,没有任何一点毛病我的命令?