Integrating Mendix File storage with a file-sharing solution (e.g. Dropbox)

0
We are building a solution that will store a variety of documents related to client accounts. The Mendix app will provide quick access to those documents, ensure that documents required by regulation or process are present, and expire documents that need periodic refreshes. We want to have these documents live somewhere where users can *easily* open and edit them. In other words, I don't want to have to download - edit - upload. I'd rather be able to edit the file in place. Has anyone done this? What did you use as a document repository? I have thought that maybe Sharepoint would work. Has anything been done with services like Dropbox?
asked
1 answers
2

I believe you can accomplish this with Box. There is a box connector in the app store already. I haven't done anything with Drop Box in Mendix, but I have edited documents using their website. 

 

Here is the link to the box connector module. 

https://appstore.home.mendix.com/link/app/40977/Mendix/Box-Connector

 

and there github

https://github.com/mendix/BoxConnector

answered