cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Reduce Image Sizes

Reduce Image Sizes

impressionbooth
New member | Level 2

How can i get multiple size to image i have uploaded.
e.g. i uploaded 5000x5000 png file.
and want to share 3 size
1980X1980, 1080X1080, 800X800

Quick help is appreaciated .

1 Reply 1

Greg-DB
Dropbox Staff

The Dropbox API offers the ability to get thumbnails for images files via the /2/files/get_thumbnail and /2/files/get_thumbnail_batch endpoints. Note that it only supports retrieving thumbnails of certain pre-determined sizes though. Click on "ThumbnailSize" to see the list. The particular sizes you mentioned are not supported. If you need different sizes, you'd need to download the original files and resize them client-side.

Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints. 

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?