【发布时间】:2015-11-02 21:55:47
【问题描述】:
我正在尝试将Google Cloud PubSub 与我的Google Cloud Dataproc 集群一起使用,但我遇到了如下的身份验证范围错误:
{
"code" : 403,
"errors" : [ {
"domain" : "global",
"message" : "Request had insufficient authentication scopes.",
"reason" : "forbidden"
} ],
"message" : "Request had insufficient authentication scopes.",
"status" : "PERMISSION_DENIED"
}
如何解决此问题,以便在 Cloud Dataproc 上运行的 Spark/Hadoop 项目中使用 PubSub(和其他 Google Cloud)产品?
【问题讨论】:
标签: google-cloud-platform google-cloud-pubsub google-cloud-dataproc