Stellt eine Datei aus dem Papierkorb wieder her. Der aktuell authentifizierte Nutzer muss Eigentümer der Datei sein oder für Dateien in geteilten Ablagen mindestens fileOrganizer als übergeordnetes Element haben.
HTTP-Anfrage
POST https://www.googleapis.com/drive/v2/files/{fileId}/untrash
Einige Bereiche sind eingeschränkt und erfordern eine Sicherheitsprüfung, damit Ihre App sie verwenden kann. Weitere Informationen finden Sie im Leitfaden zur Autorisierung.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-05 (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."]]],[]]