我的客户端正在尝试使用 oauth 连接到 gmail API
- 这是一个错误。
错误:invalid_scope
你无权访问某些范围。项目正在尝试访问需要完成验证过程的范围。
{invalid = [https://www.googleapis.com/auth/gmail.readonly,https://www.googleapis.com/auth/plus.circles.members.read]}
如果需要使用这些范围之一,请提交验证请求。了解更多信息
请求详细信息 client_id=809629540741-i1g780rbvhjf8r80rkr3vbeon6d5pq3t.apps.googleusercontent.com
这就是我们所知道的。
这里有一个链接可以验证域名和谷歌应用的整个验证
我的应用程序要求以下范围:
https://www.googleapis.com/auth/gmail.readonly
https://www.googleapis.com/auth/plus.login
https://www.googleapis.com/auth/plus.me
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/plus.profile.emails.read
我认为你的范围是错误的,你只能使用谷歌给我们的有效范围。 这个可能更接近您要查找的内容,但它在域 api 而不是 Gmail 下。
https://www.googleapis.com/auth/plus.circles.read 查看您的圈子以及其中的人员和页面