Google Gmail API - 委派设置

Google Gmail API - Delegation settings

抱歉,如果其他地方提到了这一点而我错过了它。

Google's Email Settings API is deprecated and set to be turned off on July 7, 2017.

随着这个日期的临近,我开始研究将我们的本地委托帐户管理 Web 应用程序迁移到新的 API。如您所料,此应用程序允许用户列出、添加和删除对 Gmail 帐户的委托访问。

它目前使用的是 OAuth 2.0 范围。

https://apps-apis.google.com/a/feeds/emailsettings/2.0/{domain}/{username}/delegation

然而,写于 2016 年 7 月的 delegate section of the migration guide 说:

Delegation settings are not yet available via the API.

我能找到的最新版本的 Gmail API 是 Gmail API v1 (Rev. 62) 1.22.0 没有明显的支持委托帐户。

理想情况下,我希望应用程序在 7 月 7 日之后继续运行。我该如何进行?

Google 的 Joel Solomons 回复了我在 Google Cloud Connect 上的查询(也许有时通过 post 是值得的?)。他说 Gmail API 将来会支持委托。但是,这已被推迟到 2017 年第二季度末。

因此 Google 已 post 将电子邮件设置 deprecation 推迟到 2017 年 11 月 15 日 API 以进行补偿。

更新

这已进一步推迟到 2018 年 9 月左右的某个时间

Google 已更新 Gmail API 现在支持委派。

https://developers.google.com/gmail/api/v1/reference/users/settings/delegates