تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-10-30 بهوقت ساعت هماهنگ جهانی."],[[["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"]]