Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

Builder ל-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();

הערה: כדי להפעיל את ה-method הזה, צריך להוסיף את ההיקף (drive.file) של התוסף .

חזרה

EditorFileScopeActionResponseBuilder – האובייקט הזה, לשרשור.