Page 1 of 1
Integration with Dropbox
Posted: Thu Mar 02, 2017 2:39 pm
by jovo
What are the possibilities to integrate files on Dropbox with CMS Made Simple?
Re: Integration with Dropbox
Posted: Thu Mar 02, 2017 6:02 pm
by Rolf
Explain yourself...
Re: Integration with Dropbox
Posted: Thu Mar 02, 2017 8:32 pm
by jovo
Rolf wrote:Explain yourself...
I want to give users of our CMSMS-site the possibility to retrieve files which are stored on Dropbox (or an other cloudservice) in a controlled way with a single sign on.
Re: Integration with Dropbox
Posted: Fri Mar 10, 2017 6:54 pm
by chandra
There's no way in general to do that. But there's a good example (from the past) how this could be done.
There was a module named ListIt2.
http://dev.cmsmadesimple.org/projects/listit2
Was an universal module which could be done a lot - mainly all things which should be listed (galleries, downloads, calendars, news, catalogs and so on).
This module could be extended by input fields and yes, these fields could be also external fields too (from a cloud service - here for Amazon S3). This extension was done by a separate module
http://dev.cmsmadesimple.org/projects/listit2amazon
The follower of ListIt2 is LISE. Think this module provide same possibilities like the old one.
So you have only to code some similar for LISE / Dropbox ...