403通过gcloud预览应用程序删除模块的状态

时间:2015-10-07 06:14:46

标签: gcloud

我目前正在使用 gcloud preview app modules delete <module_name> --version <version_to_delete>使用服务帐户清理托管虚拟机的旧模块版本。直到上周,这一直很好。我现在收到以下错误。

ERROR: (gcloud.preview.app.modules.delete) Error Response: [403] Project has not enabled the API. Please use Google Developers Console to activate the API for your project.
Details: [[{"@type": "type.googleapis.com/google.rpc.Help", "links": [{"description": "Google developer console API activation", "url": "https://console.developers.google.com/project/<project_id>/apiui/api"}]}]]

更多细节:

  1. 使用谷歌的个人帐户可以删除模块版本
  2. 我目前使用gcloud auth activate-service-account <some_id>@developer.gserviceaccount.com --key-file gcloud.json
  3. 设置了服务帐户

1 个答案:

答案 0 :(得分:3)

您必须在开发者控制台中启用“App Engine Admin API”才能使用服务帐户删除模块:

  1. 转到https://console.developers.google.com/
  2. 导航至 API并使用身份验证&gt;的API
  3. 查找并启用“App Engine Admin API”