เครื่องมือสร้างสำหรับ EditorFileScopeActionResponse
ออบเจ็กต์
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
---|---|---|
build() | EditorFileScopeActionResponse | สร้างการตอบสนองการดำเนินการของ Editor ปัจจุบัน |
requestFileScopeForActiveDocument() | EditorFileScopeActionResponseBuilder | ขอขอบเขต drive.file สำหรับเอกสาร Editor ที่ใช้งานอยู่ในปัจจุบัน |
เอกสารโดยละเอียด
build()
สร้างการตอบสนองการดำเนินการของ Editor ปัจจุบัน
รีเทิร์น
EditorFileScopeActionResponse
— EditorFileScopeActionResponse
ที่ตรวจสอบแล้ว
requestFileScopeForActiveDocument()
ขอขอบเขต drive.file
สำหรับเอกสาร Editor ที่ใช้งานอยู่ในปัจจุบัน
// 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
ลงในส่วนเสริม
ไฟล์ Manifest
รีเทิร์น
EditorFileScopeActionResponseBuilder
— ออบเจ็กต์นี้สำหรับการทำห่วงโซ่