Hi,
I use Dropbox to manage a photo gallery. Co-workers can change photos within the folder and I can show them on our website.
Right now, I proxy the request to get the file but that's a lot of calls and files are heavy.
Instead, I would like to embed to use the Dropbox URL directly to show photos, like:
<img src="https://www.dropbox.com/s/fn64tdfaregvefez/001.jpg" />
Is there a way to get public URLs for all files within a folder?
Thanks
