[[["התוכן קל להבנה","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 (שעון 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"]]