File Manager Upload: Write access denied

0
In Mendix 5.21.8 I get this error message when trying to upload a file through the FileManager: com.mendix.core.objectmanagement.SecurityRuntimeException: Write access denied for member 'Name' of object '<modulename>.UserFile' Incident 702252: Access rights UserFile This happens despite the fact that for this user the entity write access XPath criteria are met at the moment the File Manager is called. Does anyone have a solution or a recommended way to tackle this problem?
asked
1 answers
1

Double check your security on entity access. Because this error only pops up if you made a mistake there.

Regards,

Ronald

answered