|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Information about an extracted file. |
||
| drive_id |
string |
The drive ID. |
5060 |
| file_id |
string |
The file ID. |
66972349b2b12fa309a143fb9db29647b2ddabfd |
| is_folder |
boolean |
Indicates whether the entry is a folder. Valid values:
|
true |
| name |
string |
The file name. |
1.mov |
| size |
integer |
The file size. |
218052 |
| updated_at |
integer |
The time when the file was last updated. |
1721368014000 |
| items |
array |
The subfiles of the entry. |
|
| UncompressedFileInfo |
Information about an extracted file. |