Class EditorFileScopeActionResponseBuilder

DüzenleyiciDosyaKapsamİşlemYanıtOluşturucu

EditorFileScopeActionResponse nesneleri için bir oluşturucu.

Yöntemler

YöntemDönüş türüKısa açıklama
build()EditorFileScopeActionResponseMevcut Düzenleyici işlem yanıtını oluşturur.
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderMevcut etkin Düzenleyici dokümanı için drive.file kapsamını ister.

Ayrıntılı dokümanlar

build()

Mevcut Düzenleyici işlem yanıtını oluşturur.

Return

EditorFileScopeActionResponse: Doğrulanmış bir EditorFileScopeActionResponse.


requestFileScopeForActiveDocument()

Mevcut etkin Düzenleyici dokümanı için drive.file kapsamını ister.

// 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();

Not: Bu yöntemi çağırmak için eklentinin manifest dosyasına drive.file kapsamını eklemeniz gerekir.

Return

EditorFileScopeActionResponseBuilder: Zincirleme için bu nesne.