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 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]