Class EditorFileScopeActionResponseBuilder

एडिटरफ़ाइलदायराकार्रवाईजवाबबिल्डर

EditorFileScopeActionResponse ऑब्जेक्ट के लिए बिल्डर.

तरीके

तरीकारिटर्न टाइपसंक्षिप्त विवरण
build()EditorFileScopeActionResponseEditor ऐक्शन का मौजूदा रिस्पॉन्स बनाता है.
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderEditor में मौजूदा दस्तावेज़ के लिए, drive.file स्कोप का अनुरोध करता है.

ज़्यादा जानकारी वाला दस्तावेज़

build()

Editor ऐक्शन का मौजूदा रिस्पॉन्स बनाता है.

वापसी का टिकट

EditorFileScopeActionResponse — पुष्टि की गई EditorFileScopeActionResponse.


requestFileScopeForActiveDocument()

Editor में मौजूदा दस्तावेज़ के लिए, drive.file स्कोप का अनुरोध करता है.

// 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 — चेन करने के लिए यह ऑब्जेक्ट.