简体   繁体   中英

How to use Dropbox API to display complete photo albums?

I am working on a web-based photo selections/proofing application integrated with dropbox. I am stuck at how to efficiently fetch and display a complete folder in my application of like 3000+ photos. What are the API methods and techniques to achieve this efficiently?

I have tried generating share links individually but it takes ages to load all data on a normal internet connection.Like more than an hour.

Isn't there any method in API to fetch all file links in a single request? With some parameters to fetch them in lower resolution in case of heavy images. I am sure it would reduce the album loading time to less than 5 minutes in my application.

No, the Dropbox API unfortunately doesn't currently offer batch calls for getting links or thumbnails. We'll consider this a feature request.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM