أداة إنشاء لعناصر EditorFileScopeActionResponse
الطُرق
الطريقة | نوع الإرجاع | وصف قصير |
---|---|---|
build() | EditorFileScopeActionResponse | إنشاء الاستجابة الحالية لإجراء المحرّر |
requestFileScopeForActiveDocument() | EditorFileScopeActionResponseBuilder | تطلب نطاق drive.file لمستند "محرّر إعلانات Google" النشط الحالي. |
الوثائق التفصيلية
build()
إنشاء الاستجابة الحالية لإجراء المحرّر
الإرجاع
EditorFileScopeActionResponse
— EditorFileScopeActionResponse
تم التحقق منه.
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
— هذا العنصر، للتسلسل.