Method: properties.delete
طلب HTTP
DELETE https://www.googleapis.com/drive/v2/files/{fileId}/properties/{propertyKey}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المَعلمات |
fileId |
string
رقم تعريف الملف.
|
propertyKey |
string
مفتاح الموقع.
|
معلمات طلب البحث
المَعلمات |
visibility |
string
مستوى ظهور الموقع.
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
في حال نجاح هذا الإجراء، يكون نص الاستجابة فارغًا.
نطاقات التفويض
يتطلب استخدام أحد نطاقات OAuth التالية:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive.metadata
تكون بعض النطاقات محظورة وتتطلب تقييمًا أمنيًا من تطبيقك لاستخدامها. لمزيد من المعلومات، راجِع دليل التفويض.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Deletes a specified property from a file using its ID and property key."],["Requires authorization with specific OAuth scopes, some of which may require a security assessment."],["The request body should be empty, and a successful response will also be empty."],["Utilizes path parameters for file ID and property key, and an optional query parameter to define property visibility."],["Uses gRPC Transcoding for its URL structure."]]],["This document details how to delete a property from a file using the Google Drive API. The `DELETE` request uses a URL with `fileId` and `propertyKey` path parameters. An optional `visibility` query parameter is available. The request body must be empty, and a successful response also has an empty body. Authorization requires one of five OAuth scopes, with some scopes needing a security assessment. The core action is sending a `DELETE` request to remove a file's property.\n"]]