# TrashedFilesManager
Reach these methods through the `trashed_files` field on `client::Client`.
## create_file
`POST /files/{file_id}`
| `file_id` | path | `String` | yes |
| `fields` | query | `Vec<String>` | no |
**Request body** (`application/json`): `FileCreateRequest`
**Returns:** `TrashFileRestored`
## get_file_trash
`GET /files/{file_id}/trash`
| `file_id` | path | `String` | yes |
| `fields` | query | `Vec<String>` | no |
**Returns:** `TrashFile`
## delete_file_trash
`DELETE /files/{file_id}/trash`
| `file_id` | path | `String` | yes |
**Returns:** no content