Your workflow is unique 👨‍💻 -  tell us how you use Dropbox here.

Forum Discussion

Aditya S.'s avatar
Aditya S.
New member | Level 1
11 years ago

Multiple image previews needed for Dropbox integration with Ruby on Rails web app. (Chooser like functionality)

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.

3 Replies

Replies have been turned off for this discussion
  • The https://www.dropbox.com/developers/core/docs#thumbnails endpoint can get you a thumbnail for an image.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    11 years ago

    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.

About Dropbox API Support and Feedback

Node avatar for Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.

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!