Can Monarch be programmed with COM Automation to reference a DropBox

Al_22614
Al_22614 Altair Community Member
edited October 2021 in Community Q&A

My client is starting to look at using a DropBox as a central file location.  My question is:

Can Monarch be programmed with COM Automation to reference a DropBox?

 

Any feedback regarding this would be greatly appreciated...

Thanks

Tagged:

Answers

  • CPorthouse
    CPorthouse
    Altair Employee
    edited October 2021

    Monarch Classic cannot export directly to a DropBox, but there are two possibilities you can explore.

    DropBox does have a sync feature, so if you have the application installed somewhere where COM Auto can export the file to a sync folder, then DropBox could pick it up.

    The other option would be to use the DropBox api.  You would still have to export the file to a location, but as part of your code, you can import the DropBox api to pick it up and upload it to a DropBox.