Giving a pathname to another application

1
In the application that is running in the Mendix cloud I have created some documents (pdf’s). I know have to export these documents to another application. For this I need the pathname of the document. I know the files are stored in the data/files/00 directory. But is there a way to retrieve the pathname? And could the other application reach this path in the cloud? Or are there security issues here? Could the deeplink module be used for this? Regards, Ronald [Edit] Ok, I get the security issues. But how can I place a document from the cloud on an external server? Can de download microflow be adjusted to place a document on a specific external location?
asked
1 answers
1

Using Core.getConfiguration() you can find several configuration file paths. You cannot reach the files from another application. That would be quite a security threat.

answered