设置需要通过 Drive API 访问用户文件的应用的 ID。
https://www.googleapis.com/auth/drive.file
作用域需要此属性。
示例
基本用法
const builder = new google.pickerPickerBuilder()
.setAppId('1234567890');
签名
setAppId(appId: string): PickerBuilder;
详细信息
可选 | 否 |
---|---|
决赛 | 否 |
受保护 | 否 |
静态 | 否 |
参数
名称 | 类型 | 可选 | 说明 |
---|---|---|---|
appId |
string |
否 | Cloud 项目编号。 |