Can Monarch be programmed with COM Automation to reference a DropBox
Al_22614
Altair Community Member
Answers
-
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.
0