Search code examples
microsoft-graph-apioffice365onedrivesharepoint-api

Moving a DriveItem changes its id


On some sharepoint sites, moving a file using the this api changes the itemid after it is moved...

This used to never change file id before, now it does and as a result breaks a lot of our app code.


Solution

  • There was a recent change that resulted in a move within a doclib generating a new ID. This change was disabled and so you should now see the old behavior.