我使用什么范围来授予 imap 通过 oauth 访问 gmail 的权限?
我以前没有使用过 oAuth,但现在我正在构建一个 Web 应用程序,它需要从 gmail 中的特定标签获取所有邮件,并且将 IMAP 与 oAuth 结合使用似乎是正确的方法。我才刚刚开始,但我已经向谷歌注册了我的开发域,这样我就可以在“在这里测试您的 AuthSub 注册”上获得消费者密钥和秘密。谷歌页面上的链接我只授予对日历的访问权限(我什至不需要)我搜索了一些,但所有这些新东西都非常令人困惑,我找不到要使用的范围参数,我已经尝试过将范围参数更改为 https://mail.google.com, ..go../mail/, . .go../mail/[电子邮件受保护]/imap/ 和 . .go../mail/imap/ 其中 ..go.. 是 https://mail.google.com和 https://google.com
那么有人能给我指出正确的方向吗?
I've not worked with oAuth before but now I'm building a web app which need to fetch all mail from a specific label in gmail and using IMAP with oAuth seems like the right way to go. I've only just started but I've registered my development domain with google so that I've got a consumer key and secret however on the "Test your AuthSub registration here." link at the google page I only grant access to the calendar (which I don't even need) I've searched some but all this new stuff is very confusing and I can't find what scope parameter to use, I've tried changing the scope parameter to https://mail.google.com, ..go../mail/, ..go../mail/[email protected]/imap/ and ..go../mail/imap/ where ..go.. is https://mail.google.com and https://google.com
So could anyone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 3 条腿时的范围为
https://mail.google.com/
The scope when you use 3 legged is
https://mail.google.com/