Bazı kapsamlar kısıtlanmıştır ve uygulamanızın bunları kullanabilmesi için güvenlik değerlendirmesi yapılması gerekir. Daha fazla bilgi için Yetkilendirme kılavuzuna göz atın.
[[["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."],[[["Updates a file's modification time with an empty request body."],["Requires a `fileId` path parameter specifying the target file."],["Supports optional query parameters for drive types, permissions, and labels."],["Successful responses return a `File` resource with updated metadata."],["Utilizes OAuth scopes for authorization, including `drive` and `drive.file`."]]],["The content outlines the structure for updating a file's last accessed time via a `POST` HTTP request to `https://www.googleapis.com/drive/v2/files/{fileId}/touch`. It specifies using the `fileId` as a path parameter. Query parameters include `supportsAllDrives`, `includePermissionsForView`, and `includeLabels`. The request body must be empty, and a successful response returns a `File` instance. Authorization requires one of several specified OAuth scopes.\n"]]