تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]]