Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

أداة إنشاء لعناصر EditorFileScopeActionResponse

الطُرق

الطريقةنوع الإرجاعوصف قصير
build()EditorFileScopeActionResponseإنشاء الاستجابة الحالية لإجراء المحرّر
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderتطلب نطاق drive.file لمستند "محرّر إعلانات Google" النشط الحالي.

الوثائق التفصيلية

build()

إنشاء الاستجابة الحالية لإجراء المحرّر

الإرجاع

EditorFileScopeActionResponseEditorFileScopeActionResponse تم التحقق منه.


requestFileScopeForActiveDocument()

تطلب نطاق drive.file لمستند "محرّر إعلانات Google" النشط الحالي.

// 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 — هذا العنصر، للتسلسل.