We have a use case to integrate one of our Mendix applications with our Box Enterprise file tenant, but unfortunately the legacy Mendix Box connector appears deprecated in marketplace. Searching prior community posts, I was able to locate the git repo for the now depecated box connector (https://github.com/mendix/BoxConnector). Would anyone have any best practices on how to get started using using these deprecated services or if we should be using a different method for Box integration?On the surface, the Box connector appears to have the file and folder endpoints we would need, but hoping to hear back from our community opinion if these services are worth the effort.
asked
Joe Torres
1 answers
1
Joe,
Looks like the Box Connector was last updated in Mendix 6 - so quite some time ago. While you could try to upgrade it, I suspect that the Box APIs have changed significantly since then. Mendix has changed a lot also. If it were my project, I would build a Box integration from scratch in Mendix 11. This will probably be quicker than trying to upgrade a module from Mendix 6.