How to upload a file to an existing Box folder from Mendix?

0
Hello,everyone! Is there any way to upload a file from Mendix to an existing Box folder Please give me some ideas.Thanks and best regards.
asked
1 answers
2

I'm not familiar with Box, but I see in their API documentation that there is an Upload REST endpoint you can call.

https://developer.box.com/reference/post-files-content/

 

From Mendix, I would use an Export Mapping with the Call REST action to send the data to Box.

https://docs.mendix.com/refguide/call-rest-action/

 

Good luck!

answered