Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I want to integrate Dropbox with my Ruby on Rails app. I want users to choose files which they want to import in the web app. Is there any way to get links to preview/thumbnail of multiple images. I want something like Chooser but the design will be my custom design so I need links for image thumbnails to display on my web page. Please guide me how to achieve this.
The /thumbnails
endpoint can get you a thumbnail for an image.
To elaborate, you can use /thumbnails to get a thumbnail for an image as Steve said, but there's currently no way to get multiple thumbnails via a single API call, so you'll need to call /thumbnails repeatedly as necessary. We're tracking this as a feature request though.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!