我使用什么范围来授予 imap 通过 oauth 访问 gmail 的权限?

发布于 2024-10-20 20:02:10 字数 669 浏览 0 评论 0原文

我以前没有使用过 oAuth,但现在我正在构建一个 Web 应用程序,它需要从 gmail 中的特定标签获取所有邮件,并且将 IMAP 与 oAuth 结合使用似乎是正确的方法。我才刚刚开始,但我已经向谷歌注册了我的开发域,这样我就可以在“在这里测试您的 AuthSub 注册”上获得消费者密钥和秘密。谷歌页面上的链接我只授予对日历的访问权限(我什至不需要)我搜索了一些,但所有这些新东西都非常令人困惑,我找不到要使用的范围参数,我已经尝试过将范围参数更改为 https://mail.google.com, ..go../mail/, . .go../mail/[电子邮件受保护]/imap/ 和 . .go../mail/imap/ 其中 ..go.. 是 https://mail.google.comhttps://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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£噩梦荏苒 2024-10-27 20:02:10

使用 3 条腿时的范围为

https://mail.google.com/

The scope when you use 3 legged is

https://mail.google.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文