当我试图通过python库访问google时,我得到了以下错误。
HttpError 403请求id%3Dtest&interval.endTime=2018-08-28T13%3A11%3A58.256545Z&alt=json&interval.startTime=2018-08-28T13%3A10%3A58.256533Z返回时“调用方没有权限”
下面是我正在尝试的场景:
- [https://www.googleapis.com/auth/cloud-platform](https://www.googleapis.com/auth/cloud-platform)
- [https://www.googleapis.com/auth/pubsub](https://www.googleapis.com/auth/pubsub)
- [https://www.googleapis.com/auth/monitoring](https://www.googleapis.com/auth/monitoring)
- [https://www.googleapis.com/auth/monitoring.read](https://www.googleapis.com/auth/monitoring.read)
有人能帮我一下我在这里缺少的东西吗?
发布于 2019-12-17 14:22:18
我也有同样的出入问题。您的帐户需要访问角色“监视查看器”。
https://stackoverflow.com/questions/52060538
复制相似问题