ব্যবহারকারীর মালিকানাধীন একটি ফাইলকে ট্র্যাশে না সরিয়ে স্থায়ীভাবে মুছে দেয়। ফাইলটি শেয়ার্ড ড্রাইভের হলে, ব্যবহারকারীকে অবশ্যই মূল ফোল্ডারে একজন organizer হতে হবে। যদি লক্ষ্যটি একটি ফোল্ডার হয়, ব্যবহারকারীর মালিকানাধীন সমস্ত বংশধরও মুছে ফেলা হয়।
অনুরোধ করা অ্যাপ্লিকেশনটি আমার ড্রাইভ এবং শেয়ার্ড ড্রাইভ উভয়কেই সমর্থন করে কিনা৷
supportsTeamDrives (deprecated)
boolean
বাতিল করা হয়েছে: পরিবর্তে supportsAllDrives ব্যবহার করুন।
enforceSingleParent (deprecated)
boolean
অপ্রচলিত: যদি কোনো আইটেম শেয়ার্ড ড্রাইভে না থাকে এবং তার শেষ অভিভাবকটি মুছে ফেলা হয় কিন্তু আইটেমটি নিজে না থাকে, তাহলে আইটেমটি তার মালিকের মূলের অধীনে রাখা হয়।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডি খালি।
অনুমোদনের সুযোগ
নিম্নলিখিত 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
কিছু সুযোগ সীমাবদ্ধ এবং সেগুলি ব্যবহার করার জন্য আপনার অ্যাপের নিরাপত্তা মূল্যায়ন প্রয়োজন। আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["Permanently deletes a file or folder owned by the user, bypassing the trash."],["Requires the user to be an `organizer` on the parent folder if the file is in a shared drive."],["Uses an HTTP DELETE request to `https://www.googleapis.com/drive/v2/files/{fileId}` with the file ID as a path parameter."],["Supports optional query parameters for specifying drive types and handling single parents (deprecated)."],["Requires authorization with one of the listed OAuth scopes, including `https://www.googleapis.com/auth/drive` or similar."]]],[]]