【发布时间】:2021-01-26 05:56:32
【问题描述】:
Google Docs Add-on 的新用户会收到以下消息:“此应用未经验证。”
我已申请并已获得以下范围的批准。
email
profile
openid
../auth/drive.appdata
../auth/drive.file
我需要批准这些范围,因为我的项目自动添加了它们:
https://www.googleapis.com/auth/documents
https://www.googleapis.com/auth/script.external_request
https://www.googleapis.com/auth/script.container.ui
我无法在“添加范围”区域找到这些。我需要激活哪些 API 才能获得这些作用域,或者我需要经过哪些流程?
谢谢
【问题讨论】:
标签: google-apps-script scope google-oauth verification