Forum Discussion

crhc-tony's avatar
crhc-tony
New member | Level 2
4 years ago

Using Dropbox Images in an HTML Photo Gallery

I am storing a large number of images in Dropbox folders and need to GET all images from a single DBX folder into an HTML Gallery on my website.  My site is hosted with a 3rd party, clubexpress.com, and my users prefer managing images from Dropbox since it's more intuitive and efficient.  Clubexpress  doesn't provide backend access.  Also, JavaScript capabilities are limited and unsupported.

 

I'm not a programmer by trade but I need to find a way to pull the dropbox folder images into an HTML image gallery given the limitations described above.  I'm thinking I might be able to use the DBX API to get image links into an array and then use onsite JavaScript to loop through and populate the gallery with the appropriate links.

 

I would greatly appreciate any help and insights on this.  It would really help if you know of a tutorial that might walk through the deatils.

 

Does anyone know of an option I might use to get this done?