发送谷歌oauth电子邮件和密码

时间:2013-12-10 13:13:01

标签: google-calendar-api google-oauth

我正在使用oauth在Google日历中进行身份验证,但我正在尝试发送用户和密码以避免打开身份验证弹出窗口。 我想自动验证。

有可能吗?

感谢。

1 个答案:

答案 0 :(得分:0)

由于您希望应用程序始终在您控制的单个日历中创建事件,因此我将采用以下方式:

  1. 在Google Cloud Console中创建服务帐户 - 有关如何操作的最新说明,请访问:google oauth2 how to get private key for service account
  2. 与该服务帐户共享您的日历:https://support.google.com/calendar/answer/37082?hl=en
  3. 编写代码以使用服务帐户凭据(步骤1中下载的私钥)。
  4. 我没有发布任何示例代码,因为我不确定您使用的语言是什么。以下对PHP中的这个用例进行了一些讨论:Access Google calendar events from with service account: { "error" : "access_denied" }. No google apps