API: Downloading thumbnails🔗
|
|
| Target URL |
/api.php/Drive/files/thumbnail |
| Required scope |
download |
| HTTP Method |
GET/POST |
| Output format |
HTTP DOWNLOAD |
Request Parameters Reference
| Parameter |
Type |
Required |
Description |
| path |
string |
Yes |
The FileRun path of the file. See this page |
| width |
integer |
No |
The maximum width of the thumbnail, in pixels. Defaults to the thumbnail size set on the installation, at least 400 pixels. |
| height |
integer |
No |
The maximum height of the thumbnail, in pixels. Same default as width. |
| noCache |
any |
No |
Send it to have the thumbnail generated again instead of served from the thumbnail cache. |