如何修复“无法构建应用程序。错误:无法流式传输生成输出:命令“/bin/sh -c pip install --no-cache-dir -r requirements.txt”
作者:XEOX 提问时间:2/23/2022
我是gcloud的新手,我不知道如何修复这个错误:( 当我尝试将我的 API 部署到 Cloud 运行时,我收到以下错误消息: Failed to build the app. Error: un...
gcloud 问答列表
作者:XEOX 提问时间:2/23/2022
我是gcloud的新手,我不知道如何修复这个错误:( 当我尝试将我的 API 部署到 Cloud 运行时,我收到以下错误消息: Failed to build the app. Error: un...
作者:Aloof aloof 提问时间:4/6/2023
我们正在使用 GCPLoggingClient 记录错误。确保记录对象的格式为 ReportedErrorEvent,以便它们被标记为 google 错误并显示在 stackdriver 错误报告中。...
作者:Montague W 提问时间:7/26/2023
我正在尝试在谷歌云中的灯服务器上运行 php 脚本。尽管 SimpleXML 和 xml 已安装并处于活动状态(据我所知),但由于未捕获的错误,该脚本仍失败。我刚搬到 Google Cloud,对环境...
作者:Bartek Pacia 提问时间:4/18/2020
我正在尝试将我的代码从使用存储在文件中的 API 密钥迁移到使用 Google Cloud Platform Secrets Manager。我已按照此处的说明进行操作,但遇到错误,指出我无权访问该密...
作者:Sergey 提问时间:10/25/2023
我有一个基于 Go 1.19 Docker 映像的 Bitbucket 管道。管道将安装 gcloud。 - curl -sSL https://sdk.cloud.google.com > /tm...
作者:Chris 提问时间:11/17/2023
我正在尝试使用 nodejs、权限和其他一切似乎都正确无误地从 Play 管理中心获取下载报告,但我无法使用 @google-cloud 软件包列出存储桶或其文件。 我可以列出并获取所有使用gclo...
作者:Thalariventhan K R 提问时间:11/17/2023
我们正在从 java8 升级到 java17。该应用程序在 google-app-engine 中运行。我们正在使用 AppIdentityServiceFactory 来获取 Google KMS ...