【发布时间】:2013-07-08 08:45:30
【问题描述】:
我知道使用 OAuth 1.0 流程调用 Google API(包括调用 Google Drive API)的方法。
但是,Drive 现在使用 OAuth 2.0,我想调整基于 Google Doc 容器的脚本,以便它可以使用新的身份验证流程访问 Google Drive API(以及可能的其他 API)。
我想知道我的基于 Google Docs 容器的脚本的重定向 URI 和 Javascript 来源是什么。
【问题讨论】:
标签: google-apps-script oauth-2.0 google-docs google-drive-api