Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

เครื่องมือสร้างสำหรับ EditorFileScopeActionResponse ออบเจ็กต์

เมธอด

วิธีการประเภทการแสดงผลรายละเอียดแบบย่อ
build()EditorFileScopeActionResponseสร้างการตอบสนองการดำเนินการของ Editor ปัจจุบัน
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderขอขอบเขต drive.file สำหรับเอกสาร Editor ที่ใช้งานอยู่ในปัจจุบัน

เอกสารโดยละเอียด

build()

สร้างการตอบสนองการดำเนินการของ Editor ปัจจุบัน

รีเทิร์น

EditorFileScopeActionResponseEditorFileScopeActionResponse ที่ตรวจสอบแล้ว


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 — ออบเจ็กต์นี้สำหรับการทำห่วงโซ่