Google 任务和日历:在服务器应用程序中使用

发布于 2024-11-18 07:47:43 字数 213 浏览 5 评论 0原文

想象一下我有一些应用程序,它读取数据并将数据写入 Google 任务和 Google 日历。

它在后台工作,即定期检查数据并更新它们(无需与用户交互)。

也就是说,用户登录我的应用程序一次,输入一些设置,从那时起,应用程序的工作完全透明。

是否可以实现这样一个应用程序,以便用户不需要输入他的 Google 密码?

蒂亚·

德米特里

Imagine I have some application, which reads and writes data to Google Tasks and Google Calendar.

It works in the background, i. e. checks the data in regular intervals and updates them (without interaction with the user).

That is, the user logs into my application once, enters some settings and from that point on, the application works completely transparent.

Is it possible to implement such an application so that the user is NOT required to enter his Google password?

TIA

Dmitri

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

节枝 2024-11-25 07:47:43

如果您使用的是 Google Apps for Domain,则您的应用程序可以代表其用户与日历和任务 API 进行交互,而无需使用 2 腿 OAuth 和您的 OAuth 域密钥请求权限。

您应该看一下 Nicolas Garnier 关于使用的文章为 Google Apps 域管理员提供具有 Google Tasks API 的双腿 OAuth

希望有帮助。

If you are using Google Apps for Domain, your application can interact with Calendar and Tasks API on the behalf of its user without asking for permissions using 2 legged OAuth and your OAuth Domain key.

You should take a look at Nicolas Garnier's article about Using 2-legged OAuth with Google Tasks API for Google Apps domain administrators.

Hope that helps.

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