0

I am running a delta query against SharePoint site drive root. For the removed files I am just getting "deleted" property and DriveItem Id and the name property is always null. Whenever doing a separate DriveItem request with the corresponding DriveItem Id for the removed file getting 404. Any ideas on how can we retrieve the properties of the deleted file?

1 Answers1

1

i am having the same issue, one solution could be having a separate list with all items's names and ids, and then after using the delta query that returns the ids, you can then compare it with the ids from that list and get the name of the item

Saad
  • 47
  • 7