[[["容易理解","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-09-05 (世界標準時間)。"],[[["Retrieves the most recent version of a specific page within a presentation using a GET request."],["Requires providing the presentation ID and page object ID as path parameters in the request URL."],["Returns a `Page` object in the response body if the request is successful."],["Needs authorization with specific OAuth scopes like `drive`, `presentations`, or their readonly counterparts."]]],["The core action is to retrieve the latest version of a specified page within a presentation using a GET request. The request URL requires two path parameters: `presentationId` and `pageObjectId`. The request body must be empty. Successful requests return a `Page` instance in the response body. Authorization requires one of five specified OAuth scopes, related to drive or presentation access and read-only or write. The url follows the gRPC Transcoding syntax.\n"]]