I want to understand what would be the best way to give access to a private file to multiple roles.
We’ve office employees uploading their information documents and they are private of course we do not want to make them public because they are sensitive.
But we want the officer manager to access them. Currently trying to open those files throws a 403 because only the uploader of the file is allowed to access it.
yes, I am aware about this feature, but I would like the files to be visible to a custom role as soon as it is uploaded as a ‘Private File’ by a separate role, just like how Administrator role can view the private files.