EditorFileScopeActionResponse
对象的构建器。
方法
方法 | 返回类型 | 简介 |
---|---|---|
build() | EditorFileScopeActionResponse | 构建当前的编辑器操作响应。 |
requestFileScopeForActiveDocument() | EditorFileScopeActionResponseBuilder | 请求当前活跃编辑器文档的 drive.file 范围。 |
详细文档
build()
requestFileScopeForActiveDocument()
请求当前活跃编辑器文档的 drive.file
范围。
// Display a permissions dialog to the user, requesting `drive.file` scope for the current // document on behalf of this add-on. CardService.newEditorFileScopeActionResponseBuilder() .requestFileScopeForActiveDocument() .build();
注意:要调用此方法,您必须将 drive.file
范围添加到插件的
清单。
返回
EditorFileScopeActionResponseBuilder
- 此对象,用于链接。