【发布时间】:2022-01-21 11:59:23
【问题描述】:
我刚刚使用 gcloud app deploy 在 Google App Engine 上部署了一个应用程序,我收到如下警告:
WARNING: There is a dependency on App Engine APIs, but they are not enabled in your app.yaml. Set the app_engine_apis property.
所以我所做的是将app_engine_apis: true 包含在app.yaml 中,保存它,然后再次转到gcloud app deploy。但是我仍然收到同样的警告。我错过了什么?
【问题讨论】:
标签: google-app-engine google-app-engine-python