我们有一个使用自定义图像创建的 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.
问题是我找不到错误中提到的服务帐户来授予它正确的访问权限..