[[["התוכן קל להבנה","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-09-05 (שעון UTC)."],[[["Restores a file from the trash, requiring the user to be the owner or a fileOrganizer."],["Uses an HTTP POST request to the endpoint `https://www.googleapis.com/drive/v2/files/{fileId}/untrash` with the file ID as a path parameter."],["Accepts optional query parameters to support various drives and include additional information in the response."],["Returns the restored file details in the response body if successful, requiring specific authorization scopes for access."]]],["This document outlines the process for restoring a file from the trash using the Google Drive API. The key action is to send a `POST` request to `https://www.googleapis.com/drive/v2/files/{fileId}/untrash`, where `fileId` identifies the file. The request body must be empty, but it can include `supportsAllDrives`, `includePermissionsForView`, and `includeLabels` as query parameters. Authorization requires specific OAuth scopes. A successful response returns a `File` object. The authenticated user must be the file's owner.\n"]]