"You can also specify a specific start folder for the media section pr. user so they will only be able to upload and create medias and folders, from at certain point in the media archive."
Thanks for you reply... Yes I have already set this up for most of the users as I mentioned initially:
"I have set a media start node for some users however I really need to
be able to stop users deleting most of the folders on a site."
However the thing I want to prevent is the Admin users (who need read and upload access to everything) from deleting the initial folders where all the media is located in the sub folders the other users have access to their relevant folders... This happened the other day and took quite a while to find and move the main folder back out of the bin as there is over 30GB of images!
Media folder permission help
Is there any way to set permissions on media folders (Similar to the way you can with content Node items)?
I have set a media start node for some users however I really need to be able to stop users deleting most of the folders on a site.
Ideally only user 0 or the users in a particular group are able to set the permissions on who can delete each folder.
"You can also specify a specific start folder for the media section pr. user so they will only be able to upload and create medias and folders, from at certain point in the media archive."
https://our.umbraco.org/forum/using-umbraco-and-getting-started/81221-permissions-on-media-folder
Hi Dave,
Thanks for you reply... Yes I have already set this up for most of the users as I mentioned initially:
However the thing I want to prevent is the Admin users (who need read and upload access to everything) from deleting the initial folders where all the media is located in the sub folders the other users have access to their relevant folders... This happened the other day and took quite a while to find and move the main folder back out of the bin as there is over 30GB of images!
Thanks, Jack
Hi,
You can implement the events of the mediaservice and not allow deletion of the folders.
https://our.umbraco.org/documentation/reference/events/mediaservice-events
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/81552-prevent-users-from-deleting-media-folders
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/80898-preventing-the-deletion-of-media-items
Also by System.Net.Http.DelegatingHandler
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/81552-prevent-users-from-deleting-media-folders#comment-260652
is working on a reply...