Oct 06 2022 08:05 AM
I have a couple users who need permission to edit and delete files in a specific folder. They should be able to view all documents in the Document Library but only have escalated permissions for specific folders.
I have this permission labeled "Manage" and have described it as "Can Read, Write, Edit, Delete. Full control of Docs.". Is it possible to give someone "Manage" permission for just one folder without breaking the folder's inherited permissions?
I've found a section in settings that shows a user's permission level for the folder. I can see one user is given "Manage" permissions and I had another user for this folder set to "Contribute" - "Read, Write, Edit. Can not Delete.". I've changed the user's Contribute permission to Manage but the other user is telling me they are unable to rename files and are getting a response "Content approval is enabled for this library".
I've checked Versioning Settings for the list and have confirmed that "require content approval for submitted items" is set to NO.
Oct 06 2022 08:40 AM
Documentation: User permissions and permission levels in SharePoint
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Oct 06 2022 08:49 AM
Oct 06 2022 08:53 AM
@Anthony-123 Not sure about why you are getting error related to content approval. But, to rename files in SharePoint user will require delete permissions as well.
Check this for more information: Permission Level which doesn't allow renaming file in document library
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Oct 06 2022 09:07 AM
@ganeshsanap Yep. The content approval error seems to be the issue to resolve at this point. Thanks.
Oct 06 2022 11:47 PM
@Anthony-123 Try turning OFF content approval using PnP PowerShell:
Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/siteName -Interactive
Set-PnPList -Identity "Demo List" -EnableModeration $false
Else raise support ticket with Microsoft directly, follow: M365 support - online support
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Oct 07 2022 12:33 PM
Oct 08 2022 12:40 AM
@Anthony-123 You're welcome! Glad it helped you.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.