How to save files in a local path?

0
Hello everyone, I’m taking files from a service and saving it in the database, but I would like to save those files into a local path. How could I do that? Thank you!
asked
3 answers
5

Hi, 

The best way to do this is you can downlaod community commons module and use the Java Action FileFromFileDocumet 

 

 

Hope this helps!

answered
1

Sorry for digging this up.
I have need to save a file to local directory and use FileFromFileDocument too. It work on my local computer. But when I deploy to acceptance ( cloud environment ), It give the following error :
 

​​​​​​​ ERROR - Connector: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.io.FileNotFoundException: ServiceAccountKey.json (Permission denied)
2021-03-04T04:16:52.553053 [APP/PROC/WEB/0]       at IngredientsMasterMaintenance.ACT_saveKeyFile (JavaAction : 'File from file document')

How can I resolve this ? Please this is urgent .

answered
0

Yes! it worked, thank you so much 

answered