Bazı kapsamlar kısıtlanmıştır ve uygulamanızın bunları kullanabilmesi için güvenlik değerlendirmesi gerekir. Daha fazla bilgi için Yetkilendirme kılavuzunu inceleyin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]