"editInGoogleCloud"
用于通过 Google Drive 集成,配置 Codebeamer X 云编辑功能。有关此功能的详情,请参阅Google Drive Integration
示例
"editInGoogleCloud": {
"enabled": true,
"clientId": "<Your Google Drive OAuth 2.0 Client ID>",
"clientSecret": "<Your Google Drive OAuth 2.0 Client secret>",
"parentFolderName": "<The folder name to be created in your Google Drive>",
"apiKey": "<Your Google Picker API key>",
"appId": "<The Application ID of your Google Cloud project>",
"redirectURI": "<The Authorized redirect URI of your OAuth client>"
},
"editInMicrosoftCloud" : {
"enabled" : false
},
特性
特性名称
说明
默认值
"enabled"
如果设置为 true,会通过 Google Drive 集成启用云编辑功能。
false
"clientId"
Google Drive OAuth 2.0 客户端 ID。
"clientSecret"
Google Drive OAuth 2.0 客户端密钥。
"parentFolderName"
要在 Google Drive 中创建的父文件夹的名称。此文件夹用于存储 Google Drive 集成的文件。
"apiKey"
Google Picker API 密钥。
"appId"
Google Cloud 项目的应用程序 ID。
"redirectURI"
OAuth 客户端的已授权重定向 URI。为此特性提供的值必须与 Google Cloud Platform 应用程序中配置的其中一个重定向 URI 相匹配。
这对您有帮助吗?