13,721 questions
Managed to solve this by using this call in MS Graph C# SDK
await _graphClient.Drives[{drive-id}].Items[{item-id}].ListItem.GetAsync();
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I uploaded a file to SharePoint and I need to get the list item id of the recently uploaded file.
How to get the list item id if I already have the drive item info ?
Thank you
Managed to solve this by using this call in MS Graph C# SDK
await _graphClient.Drives[{drive-id}].Items[{item-id}].ListItem.GetAsync();