Forum Discussion

prashantguptag's avatar
prashantguptag
Brass Contributor
Feb 14, 2017
Solved

Why delete permission is required to rename a document in SP Document Library?

Hi,   We manage our controlled documents in SPO and for contributors we give only contribute without delete permissions. Now the problem is, due to this permission level they are not able to change...
  • Trevor Seward's avatar
    Trevor Seward
    Feb 15, 2017

    Yeah, with a standard Contribute level sans Delete, the permissions mask isn't going to match what SharePoint is requesting to rename an item (0x28 or DeleteListItems + OpenItems). This is identical to what would occur on a file system over CIFS or local (NTFS); the operation is not a 'rename', but rather a move operation. A move, of course, requires the ability to delete the source file once the move has been confirmed.

     

    And as noted in the article, SharePoint acts similar to a file system, hence acting like an Windows Explorer move operation.

Resources