简体   繁体   English

gloud app deploy - DENIED:请求的“最新”权限被拒绝

[英]gloud app deploy - DENIED: Permission denied for "latest" from request

There is no change in permission or account used for gcloud app deploy for my NodeJS application, it last worked properly on 19th July.用于我的 NodeJS 应用程序的 gcloud app deploy 的权限或帐户没有变化,它最后一次正常运行是在 7 月 19 日。 I tried it after couple months of gap and now gcloud app deploy throws error:经过几个月的差距后,我尝试了它,现在 gcloud app deploy 抛出错误:

ERROR: failed to initialize cache: failed to create image cache: accessing cache image "asia.gcr.io//app-engine-tmp/build-cache/ttl-7d/users/buildpack-cache:latest": connect to repo store 'asia.gcr.io//app-engine-tmp/build-cache/ttl-7d/users/buildpack-cache:latest': GET https://asia.gcr.io/v2/ /app-engine-tmp/build-cache/ttl-7d/users/buildpack-cache/manifests/latest: DENIED: Permission denied for "latest" from request "/v2//app-engine-tmp/build-cache/ttl-7d/users/buildpack-cache/manifests/latest".错误:无法初始化缓存:无法创建图像缓存:访问缓存图像“asia.gcr.io//app-engine-tmp/build-cache/ttl-7d/users/buildpack-cache:latest”:连接到 repo存储 'asia.gcr.io//app-engine-tmp/build-cache/ttl-7d/users/buildpack-cache:latest': GET https://asia.gcr.io/v2/ /app-engine- tmp/build-cache/ttl-7d/users/buildpack-cache/manifests/latest: DENIED: Permission denied for "latest" from request "/v2//app-engine-tmp/build-cache/ttl-7d/users /buildpack-缓存/清单/最新”。

it was related to billing, the payment could not be processed and GCP started showing the cryptic message.它与计费有关,无法处理付款,GCP 开始显示神秘消息。 However it took few hours after successful clearance of previous payment for google to start allowing build.然而,在成功清算之前的付款后,谷歌花了几个小时才开始允许构建。

In my case, when disabling and enabling the Container Registry service again ( https://console.cloud.google.com/apis/library/containerregistry.googleapis.com ) GCP showed me an error indicating that I should check my account billing.在我的例子中,当再次禁用和启用 Container Registry 服务时 ( https://console.cloud.google.com/apis/library/containerregistry.googleapis.com ) GCP 向我显示一个错误,指示我应该检查我的帐户账单。 After reviewing it, I was able to upload it as usual.审核后,我可以照常上传。

Regards问候

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 GitLab CI 将应用程序部署到 App Engine 时权限被拒绝 - Permission denied while deploying an app to App Engine from GitLab CI gcloud app deploy 失败并显示 Failed to create cloud build: Permission denied on 'locations/xyz' (or it may not exist) - gcloud app deploy is failing with Failed to create cloud build: Permission denied on 'locations/xyz' (or it may not exist) firebase function 部署上的谷歌云秘密权限被拒绝 - Permission denied to google cloud secret on firebase function deploy 从 ec2 到 github 的权限被拒绝(公钥) - Permission denied (publickey) from ec2 to github 从 Bastion 到 Private ec2 的权限被拒绝 - Permission denied from Bastion to Private ec2 Flutter Firebase 权限被拒绝 - Flutter Firebase Permission Denied Flutter Firestore 权限被拒绝 - Flutter Firestore permission denied 权限密钥在 Azure 中被拒绝 - Permission key denied in Azure Elastic Beanstalk 权限被拒绝 - Elastic Beanstalk Permission Denied PERMISSION_DENIED:项目配额不足,无法满足请求:资源 - PERMISSION_DENIED: Insufficient project quota to satisfy request: resource
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM