Builder untuk objek EditorFileScopeActionResponse
.
Metode
Metode | Jenis hasil yang ditampilkan | Deskripsi singkat |
---|---|---|
build() | EditorFileScopeActionResponse | Membangun respons tindakan Editor saat ini. |
requestFileScopeForActiveDocument() | EditorFileScopeActionResponseBuilder | Meminta cakupan drive.file untuk dokumen Editor yang aktif saat ini. |
Dokumentasi mendetail
build()
Membangun respons tindakan Editor saat ini.
Pulang pergi
EditorFileScopeActionResponse
— EditorFileScopeActionResponse
yang divalidasi.
requestFileScopeForActiveDocument()
Meminta cakupan drive.file
untuk dokumen Editor yang aktif saat ini.
// 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();
Catatan: Untuk memanggil metode ini, Anda harus menambahkan cakupan drive.file
ke
manifes.
Pulang pergi
EditorFileScopeActionResponseBuilder
— Objek ini, untuk perantaian.