[[["容易理解","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 (世界標準時間)。"],[[["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"]]