Java action Access denied

0
I am trying to use the community commons File from FileDocument to download an excel file to a specific location on my "c:/"  drive. Every time I run it, i get an error "Access denied,... Write". I have tried giving it permissions through Java policy docs but its still not working. I am trying to do this because I want to use a scheduled event to automatically download an excel file at  various time intervals and the regular Mendix "Download file" activity is not working. Is there anyway to fix this? or is there another way to solve this problem. 
asked
1 answers
1

I think there is a restriction on mendix side to not move files out of the mendix sandbox.

answered