Pubsub授权问题

时间:2019-01-24 21:50:39

标签: google-api google-cloud-platform google-authentication

我已经无限制地生成了Google Cloud API密钥。我将其作为查询参数传递给我的topic:publish网址,但是遇到授权错误。

{
    "error": {
        "code": 403,
        "message": "User not authorized to perform this action.",
        "status": "PERMISSION_DENIED"
    }
}

我不确定如何诊断权限问题,因为密钥似乎没有任何限制。主题的所有者是我的帐户,因此不应该在那里。

1 个答案:

答案 0 :(得分:4)

Google Pub / Sub不支持API密钥进行授权。发布/订阅使用访问令牌。这意味着使用服务帐户或Google OAuth。