Trình tạo cho các đối tượng EditorFileScopeActionResponse
.
Phương thức
Phương thức | Loại dữ liệu trả về | Mô tả ngắn |
---|---|---|
build() | EditorFileScopeActionResponse | Tạo phản hồi hành động hiện tại của Trình chỉnh sửa. |
requestFileScopeForActiveDocument() | EditorFileScopeActionResponseBuilder | Yêu cầu phạm vi drive.file cho tài liệu trong Trình chỉnh sửa hiện đang hoạt động. |
Tài liệu chi tiết
build()
Tạo phản hồi hành động hiện tại của Trình chỉnh sửa.
Cầu thủ trả bóng
EditorFileScopeActionResponse
– Một EditorFileScopeActionResponse
đã được xác thực.
requestFileScopeForActiveDocument()
Yêu cầu phạm vi drive.file
cho tài liệu trong Trình chỉnh sửa hiện đang hoạt động.
// 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();
Lưu ý: Để gọi phương thức này, bạn phải thêm phạm vi drive.file
vào tiện ích bổ sung
tệp kê khai.
Cầu thủ trả bóng
EditorFileScopeActionResponseBuilder
– Đối tượng này để tạo chuỗi.