File Repository Upload Permission Issue
Hello Everyone,
I am using a FileUpload Widget in one of my Mahsups. The fileUpload Widget is associated with a FileRepository thing.
Now I want a different User to be able to upload files to the Repository with that Widget.
Everything works fine, when I give every User service execute permissions on the repository thing

Now I would like to avoid giving permissions for all Services. Which specific service is responsible for the upload of any file type? If I don't give service execute Permissions I simply get an Error that literally only says "Unauthorized" with no more information in the logs.
It must be some specific serive for FileRepository Thing but none of the "obvious" ones worked. So far I tried to give execute Permissions to following services:
List Directories
ListFiles
LoadBinary
LoadText
MoveFile
SaveBinary
SaveText
Unfortunately all with the same result. It is also unfortunate that the error does not state which service does not have permission.
Any help with this is appreciated very much.
Best Regards,
Dominik

