[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-12-02 UTC"],[[["Retrieves details about a specific Google Drive app using its ID."],["Requires an empty request body and returns an `App` object upon success."],["Needs authorization with one of the listed OAuth scopes, some of which might require a security assessment."],["Utilizes a `GET` request with the app ID as a path parameter."]]],["This document outlines how to retrieve a specific app using a GET request to `https://www.googleapis.com/drive/v3/apps/{appId}`. The `appId` parameter, a string, is required in the URL path. The request body must be empty. A successful response returns an instance of the App resource. Access requires one of several specified OAuth scopes; some scopes require security assessments. Further details on user information and authorization are linked.\n"]]