我们有一个使用自定义图像创建的Vertex AI模型。我们试图在启动时访问存储桶,但得到以下错误:
google.api_core.exceptions.Forbidden: 403 GET https://storage.googleapis.com/storage/v1/b/...?projection=noAcl&prettyPrint=false: {service account name} does not have storage.buckets.get access to the Google Cloud Storage bucket.问题是我找不到错误中提到的服务帐户,无法为其提供正确的访问权限。
发布于 2021-07-20 23:28:37
通过为端点提供正确的服务帐户解决了此问题
https://stackoverflow.com/questions/68456262
复制相似问题