node.js - 如何在 Google 的 OAuth 客户端 ID 中创建应用程序类型 "Other"

标签 node.js google-apps-script oauth-2.0 google-oauth google-apps-script-api

我想从外部 Node.js 应用程序执行 Google Apps 脚本。

我尝试了以下手册,Step3。
https://developers.google.com/apps-script/api/how-tos/execute#step_3_configure_the_calling_application

根据1-c“选择应用程序类型时选择其他”,但我的选择选项卡中没有“其他”选择。
喜欢这张图片-> no "other"

请让我知道如何选择“其他”应用程序类型。

最佳答案

它现在被称为“桌面应用程序”。

关于node.js - 如何在 Google 的 OAuth 客户端 ID 中创建应用程序类型 "Other",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61984699/

相关文章:

facebook - 为什么我请求 oauth 的电子邮件范围,Facebook 也显示我需要访问 friend 列表?

javascript - Node :Error 401(Unauthorized) i m using passport-jwt

html - HtmlService 中的 href

javascript - Express 与浏览器结合使用 Node 同步

javascript - gs 函数将 'undefined' 传递给 jsfunction (动态表单更新)

javascript - CurrentTime 脚本在 Google 文档中不起作用

python - 在 Python 中使用 Apps Script Execution API 时出现 404 错误

java - 在 Spring Boot 2 中验证 Oauth2 JWT token

node.js - 使用node.js登录Firebase服务器: databaseAuthVariableOverride "SyntaxError: Unexpected identifier"

node.js - process.exit(); 时会发生什么?在nodejs程序中使用?