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 image and video file formats listed found on our community site.
The access token received from the authorization server in the OAuth 2.0 flow.
The 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.
The file format for the thumbnail.
png, jpg The minimum height of the thumbnail.
32 <= x <= 320The minimum width of the thumbnail.
32 <= x <= 320The maximum height of the thumbnail.
32 <= x <= 320The maximum width of the thumbnail.
32 <= x <= 320When a thumbnail can be created the thumbnail data will be returned in the body of the response.
The thumbnail.