ট্র্যাশ থেকে একটি ফাইল পুনরুদ্ধার করে। শেয়ার্ড ড্রাইভ ফাইলের জন্য বর্তমানে প্রমাণীকৃত ব্যবহারকারীকে অবশ্যই ফাইলটির মালিক হতে হবে অথবা অন্ততপক্ষে অভিভাবকের একজন fileOrganizer হতে হবে।
HTTP অনুরোধ
POST https://www.googleapis.com/drive/v2/files/{fileId}/untrash
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["Restores a trashed file owned by the authenticated user or for which they have `fileOrganizer` permissions on the parent if it's a shared drive file."],["Requires an HTTP POST request to `https://www.googleapis.com/drive/v2/files/{fileId}/untrash`, replacing `{fileId}` with the actual ID of the file."],["The request body should be empty, while optional query parameters can be used to manage drive support and specify additional information to include in the response."],["Upon successful execution, the API returns the restored file's metadata in the response body as a [File](/drive/api/reference/rest/v2/files#File) object."],["To use this functionality, your application needs to be authorized with one of the specified OAuth scopes, some of which may require a security assessment."]]],[]]