文档附加项目 OAuth 范围 - 无法找到范围以请求验证

Docs Add-on Project OAuth Scopes - Unable to locate scopes to request verification

Google 文档插件的新用户收到消息:"This app isn't verified."

我已申请并已获批以下范围。

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

我无法在 "Add scope" 区域找到它们。我需要激活哪些 API 才能获得这些范围,或者我需要经历什么过程?

谢谢

看来我必须添加文档 API 和脚本 API。

然后我可以添加 https://www.googleapis.com/auth/documents 范围,我还添加了 https://www.googleapis.com/auth/scripts 范围。

Google 让我制作了一个 youtube 视频,展示了附加组件是什么以及如何使用角色。

然后附加组件被批准了。