google-api - 在谷歌云库中查找 script.container.ui API

标签 google-api google-cloud-platform google-oauth google-docs

我正在尝试为我一直在为 Google 文档开发的市场应用程序设置 OAuth。我需要将我的项目使用的范围应用于 OAuth API。我已经检查了该项目,它使用了 2 个范围

https://www.googleapis.com/auth/documents
https://www.googleapis.com/auth/script.container.ui

我能够应用 google docs API 并找到 /auth/documents 的范围。我已启用脚本 API,但 script.container.ui 不是该库的一部分。我找遍了商店,但找不到。我也找不到任何其他人无法找到它的报告。有人知道如何启用此范围吗?

最佳答案

手动添加,它是您在末尾添加范围的窗口,它说手动添加范围,按那里并粘贴没有出现在上一个列表中的范围。 Here

关于google-api - 在谷歌云库中查找 script.container.ui API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55471217/

相关文章:

php - 为什么文件存在时 file_exists() 返回 false?

Google Cloud 上的 Angular 应用程序 : Bootstrap 4 btn doesn't fit in input-group-btn

hadoop - 将 S3 连接器与 Cloud Dataproc 结合使用时出现 java.lang.VerifyError

javascript - Firebase:如何将虚 URL 添加到云功能?

android - GCP API com.google.api.client.googleapis.extensions.android.gms.auth.UserRecoverableAuthIOException

react-native - React Native map Google 定价

google-api - 使用 Google Client Library 检索所有或子组织单位

java - Google Java api - feed.insert(entry) 期间出现错误 "com.google.gdata.util.ServiceException: Bad Gateway"

node.js - Google 身份验证挂起等待响应

google-oauth - Google Apps Marketplace v2 - 如何使用测试安装使用另一个测试域测试在 GAMv2 中创建的项目?