【发布时间】:2018-04-30 01:37:53
【问题描述】:
对于使用 Google Apps 脚本创建的应用程序之一,一些范围会自动添加到我的应用程序中,如下所示:
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/script.external_request
https://www.googleapis.com/auth/script.send_mail
https://www.googleapis.com/auth/spreadsheets
我已经按照documentation 执行了 OAuth 客户端验证的所有步骤。但是,我的验证过程仍在等待中,支持团队说我需要将https://www.googleapis.com/auth/drive.file 范围添加到我的项目中。
任何人都知道如何在现有项目中添加/启用https://www.googleapis.com/auth/drive.file 范围。
【问题讨论】:
标签: google-apps-script google-api google-drive-api google-oauth