Einige Bereiche sind eingeschränkt und erfordern eine Sicherheitsprüfung, damit Ihre Anwendung sie verwenden kann. Weitere Informationen finden Sie im Leitfaden zur Autorisierung.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-04 (UTC)."],[[["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"]]