Advanced: Set Owner of Uploaded File to be the User Account
In some cases, it might be desirable to make the owner of the file same as the user who uploads the file.
To enable this option, add this option to cloudconfig.php
define("TONIDO_NETWORKSHARE_ASSIGN_UPLOAD_OWNER", 1);
Requires FileCloud 12.0 with all the webserver components up to date.
If Set Owner doesn't work make sure to add the service account that runs the webserver to the local administrators group in your windows fileshare servers or run it as a domain admin.