Syncing website directory with Dropbox

Associate
Joined
18 Oct 2002
Posts
2,055
Location
Southend-on-Sea
I've got a client who wants to display images stored on Dropbox in a gallery on their website. Its a Joomla site and there is a Joomla extension for this here but I can't get the plugin to work. I can't use the component as the gallery will be going onto pages that already have one.

So, I'm thinking I could just get a directory on the server to sync with Dropbox at regular intervals. Has anyone done this or know a way it can be done? I've had a look around but can't find anything up to the task.

Thanks
 
You would be stealing their bandwidth, I doubt it works because dropbox stopped it :p

Reminds me of ninjavideo and flyupload, back in the day :)
 
Wrote an integration that works exactly in that way recently.

I'll find the link to the dropbox class I used, was with php although i'm sure their are equivalents for your choice of language.

You can then schedule the sync with a cron script.
 
Back
Top Bottom