Retrieves a thumbnail, or smaller image representation, of a file. Sizes of `32x32`,`64x64`, `128x128`, and `256x256` can be returned in the `.png` format and sizes of `32x32`, `160x160`, and `320x320` can be returned in the `.jpg` format. Thumbnails can be generated for the ima…
file_idRequiredstringThe unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`.
extensionRequiredstringThe file format for the thumbnail. 'png' supports sizes 32x32, 64x64, 128x128, and 256x256. 'jpg' supports sizes 32x32, 160x160, and 320x320.
max_widthintegerThe maximum width of the thumbnail in pixels (range: 32-320). Box will return a thumbnail no wider than this.
min_widthintegerThe minimum width of the thumbnail in pixels (range: 32-320). Box will return a thumbnail at least this wide.
max_heightintegerThe maximum height of the thumbnail in pixels (range: 32-320). Box will return a thumbnail no taller than this.
min_heightintegerThe minimum height of the thumbnail in pixels (range: 32-320). Box will return a thumbnail at least this tall.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.