[[["容易理解","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-04 (世界標準時間)。"],[[["This API retrieves the starting page token required to list future changes in Google Drive, including within shared drives."],["The request body should be empty, while the response includes the `startPageToken` and a resource identifier (`kind`)."],["Several authorization scopes are available, ranging from full Drive access (`drive`) to read-only metadata permissions (`drive.metadata.readonly`), with some requiring a security assessment."],["Optional query parameters allow specifying a specific shared drive (`driveId`) and declaring support for My Drives and shared drives (`supportsAllDrives`)."],["You can find the endpoint URL and detailed parameter descriptions within the documentation to implement this functionality."]]],["This document details how to retrieve a starting page token for listing changes via a `GET` HTTP request to `https://www.googleapis.com/drive/v2/changes/startPageToken`. The request, with an empty body, may include `driveId` and `supportsAllDrives` query parameters. The response contains `startPageToken` and `kind` fields, formatted in JSON. Various OAuth scopes are required for authorization, such as `https://www.googleapis.com/auth/drive`. Deprecated parameters `supportsTeamDrives` and `teamDriveId` should not be used.\n"]]