Перемещает файл в корзину. Пользователь, прошедший проверку подлинности, должен быть владельцем файла или быть по крайней мере 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."]]],[]]