在 Cloud Build 上构建期间,我收到以下警告:
Step #2: WARNING: Unable to verify that the Appengine Flexible API is enabled for project [xxxxx]. You may not have permission to list enabled services on this project. If it is not enabled, this may cause problems in running your deployment. Please ask the project owner to ensure that the Appengine Flexible API has been enabled and that this account has permission to list enabled APIs.
我想摆脱这个警告以获得干净的构建日志。
由于构建成功,问题一定不是 Appengine Flexible API 被禁用。
不; 问题一定是该帐户无权列出已启用的 API。我该如何解决这个问题(在控制台或命令行中)?