如何从 google api 访问所有用户设置?

How to access all user settings from the google api?

我正在尝试使用 Google Api nodejs client 编写脚本,这应该会更改用户的 GSuite 设置。意思是主要 google 应用程序的所有设置,如 gmail、gdrive、日历等。

但是我遇到了 google api 我只能访问这些设置的一小部分。

例如,我想在用户的 Gmail 设置中将 "send cancelation period" 更改为 10 秒。我在 Gmail API Reference 中找不到任何资源让我这样做。

这是不可能的还是有其他方法可以访问用户的所有设置?

可由 API 更改 的设置 已在文档中引用。这个 here 确实是寻找特定 API 及其方法的合适人选 - 所以如果您没有找到您想要更改的特定设置,则意味着它 不能 被 API 更改。

此外,您可以使用 Google Issue Tracker 并为特定设置提交 Feature Request,例如。

参考