So is this the API for clients or for servers?<p>I would like my web server to be able to slurp up all the images from my customer's Dropbox. Unfortunately, shared folders can't be downloaded if they are larger than 2Gb, which is quite often for me.<p>Is there an API suitable for this?<p>EDIT: oh yes, yes there is! <a href="https://www.dropbox.com/developers/chooser" rel="nofollow">https://www.dropbox.com/developers/chooser</a><p>EDIT 2: It would be sweet if you guys also exposed SHA2 hash of the files in Choser. Often times they user will mistakenly load the same file, and I would rather not do the work at all if I don't have to.