作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我浏览 Google Cloud 教程时:https://cloud.google.com/python/getting-started/using-pub-sub#running_the_app_on_your_local_machine
我收到以下错误:
google.auth._default 无法从 Cloud SDK 配置确定项目 ID。考虑运行 gcloud config set project
或设置 GOOGLE_CLOUD_PROJECT 环境变量
我做了“gcloud config set project [我的项目名称]”但没有成功。
有什么问题?
更新:我之前部署应用引擎没有任何问题。只有当我为此 Pub/Sub 函数运行 psqworker 时才会出现问题。我知道我的项目 ID 并且以前使用过它。
最佳答案
我首先要尝试的是:
gcloud 信息
这将告诉您 gcloud 当前设置的帐户和项目。
您还可以使用以下 gcloud 命令找到您帐户的可用项目:
gcloud 项目列表
关于google-app-engine-python - 运行 psqworker 时为 "No project ID could be determined from the Cloud SDK configuration",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44380327/
我是一名优秀的程序员,十分优秀!