我继续基于此尝试我的项目:https ://github.com/GoogleCloudPlatform/iot-smart-home-cloud
我的问题是:
cloudfunctions.googleapis.com google.cloud.functions.v1.CloudFunctionsService.UpdateFunction projects/casaminha-2e0ca/locations/us-central1/functions/syncOnRemove [email protected] 构建失败:无法解析源:googleapi:错误 403:567xxxx1772xxxxxxxxxxxx @cloudbuild.gserviceaccount.com 没有 storage.objects.get 访问 Google Cloud Storage 对象的权限。禁止 com.google.net.rpc3.client.RpcClientException: APPLICATION_ERROR;google.devtools.cloudbuild.v1/ArgoAdminV1.CreateBuild;无法解析来源:googleapi:错误 403:[email protected] 没有 storage.objects.get 访问 Google Cloud Storage 对象。禁止;AppErrorCode=3;StartTimeMs=999999999999540;unknown;ResFormat=AUTOMATIC; ServerTimeSec=0.999999999999999;LogBytes=256;非
我在 2021 年 7 月 27 日云构建或云运行中删除(我不在我的项目中使用云运行)我在 GCP 控制台中删除。我认为这就是我在谷歌上的行动项目中出现凭据错误的原因。然后我开始收到当前的错误。
我记得我删除的服务帐户只与谷歌控制器相关联(那里有一个问号)
我认为 gcf 命令将重建它。但不确定这是否正确。而且我也不知道如何使用gcf-sources-<PROJECT_NUMBER>-
我一直在使用 firestore 和 GCP 在 google 上尝试操作。
命令:
firebase --project casaminha-2e0ca 功能:配置:设置 cloudiot.region=us-central1
firebase --project casaminha-2e0ca 功能:配置:设置 smarthome.id=567617xxxxxxxxxxxxxx9r9upjxxxxxxx0t.apps.googleusercontent.com smarthome.secret=D99999999999
firebase --project casaminha-2e0ca 功能:配置:设置 smarthome.key="99999999"
firebase 部署 --project casaminha-2e0ca
这是我在 github 中的项目:https ://github.com/neuberfran/firebasefunction
这是我的问题跟踪器:https : //issuetracker.google.com/issues/194942955 ?pli=1
你能帮我吗