Want to get file from some external source (like cloud) in menidx

0
Hi, The scenario in cloud inside a folder someone has uploaded a file and we want to fetch that file and need to perform further action on that file. My question is how to fetch file from external source in mendix.   Please help me out, its urgent.   Thanks
asked
1 answers
0

You'll want to use some sort of integration, but which one you need entirely depends on where you're getting the file from. Just search the marketplace for a connector with the cloud service you need. Some examples:

 

OneDrive connector

DropBox connector

Google Drive Connector

 

Once you find the connector you want to use, simply follow the instructions in the documentation to implement it. If there is no connector available for whichever service you want to use, you'll have to build your own API.

answered