With the current Dropbox SDK we can download images but in full size, but is there a way to download a resized image.
There are a few reasons why this is necessary:
- Most of the times people don't need the full size image.
- Having a smaller file means the user will see the image faster.
Reverse engineering the Dropbox Website noticed that this is possible there:
See this link:
https://photos-5.dropbox.com/t/2/AABNy2PdZS_S6Q0CPGW9lySvC6O30XYyQSnNMrvjF6kKkw/12/1287921/jpeg/32x32/3/_/1/2/4842007.jpg/CPHNTiABKAEoAg/O4OGrHJYQftJ6zBD1cz_dy0xzg0DAhAmLgpLfHnrYDo?size=640x480
Notice the request parameter size=640x480
Thanks,
Ciprian.