ট্র্যাশে একটি ফাইল সরান. শেয়ার্ড ড্রাইভ ফাইলের জন্য বর্তমানে প্রমাণীকৃত ব্যবহারকারীকে অবশ্যই ফাইলটির মালিক হতে হবে অথবা অন্ততপক্ষে অভিভাবকের একজন fileOrganizer হতে হবে।
HTTP অনুরোধ
POST https://www.googleapis.com/drive/v2/files/{fileId}/trash
[[["সহজে বোঝা যায়","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 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Moves a file to the trash, requiring the user to be the owner or a fileOrganizer."],["Uses an HTTP POST request to `https://www.googleapis.com/drive/v2/files/{fileId}/trash` to move the specified file."],["Requires authorization with specific OAuth scopes like `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.file`."],["Supports optional query parameters such as `supportsAllDrives` and `includePermissionsForView` for customized behavior."],["The request body should be empty, and a successful response returns a File resource representing the trashed file."]]],[]]