gpt4 book ai didi

google-cloud-platform - google.api_core.exceptions.PermissionDenied : 403 The caller does not have permission

转载 作者:行者123 更新时间:2023-12-04 02:50:42 25 4
gpt4 key购买 nike

我使用了 gcp 中的 AutoMl Vision api 并使用我的自定义数据集对其进行了训练。我能够预测 GCP 控制台的数据,但无法存储预测的输出。为了存储预测数据输出并使用我的本地数据进行预测,我尝试了作为 API 一部分提供的 python 代码,该代码接受图像文件内容、项目名称和存储桶名称,但是当我尝试运行它时显示我的错误:google.api_core.exceptions.PermissionDenied:403 调用者没有权限
cloud sdk error output

最佳答案

首先很简单,谷歌云文档与代码不同步:
请按照以下步骤操作:

1) 打开命令提示符并启动:set GOOGLE_APPLICATION_CREDENTIALS= /path/to/your/credentials.json (最好和google cloud sdk放在同一个文件夹里

2) gcloud auth login (登录 Google 帐户后,将打开一个网页,说明您已通过身份验证)

3) gcloud config set project YOUR PROJECT_ID
4) gcloud auth activate-service-account YOUR SERVICE ACCOUNT@projectID.iam.gserviceaccount.com
5) gcloud projects add-iam-policy-binding YOUR PROJECT_ID --member serviceAccount: (the service account you used in step 4)
6) gcloud projects add-iam-policy-binding YOUR PROJECT_ID --member user: (the email you have affiliated to your gcloud account)
7)完成。

如果您在创建服务帐户时遇到任何问题,请观看此视频:
create and use service account

希望能帮助到你 :)

来源:我有同样的问题

关于google-cloud-platform - google.api_core.exceptions.PermissionDenied : 403 The caller does not have permission,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55176012/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com