تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-03 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Lists a file's properties using a `GET` request to the Google Drive API."],["Requires the `fileId` as a path parameter to identify the specific file."],["The response includes a list of properties associated with the file, represented as key-value pairs."],["Requires authorization with one of the specified OAuth scopes to access the file's properties."]]],["A `GET` HTTP request is made to `https://www.googleapis.com/drive/v2/files/{fileId}/properties` to list a file's properties. The `fileId` path parameter is required to specify the target file. The request body must be empty. The successful response body contains a JSON object including the list of properties (`items`), `kind`, `etag`, and `selfLink`. Authorization requires one of several listed OAuth scopes, with some needing a security assessment.\n"]]