OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
295 stars 145 forks source link

ItemWithPath #249

Closed kevitra closed 5 years ago

kevitra commented 5 years ago

Is there a way via ItemWithPath or another method to obtain a file when I have a URL such as:

https://tenant-my.sharepoint.com/personal/bob_smith_tenant_onmicrosoft_com/Documents/Microsoft Teams Chat Files/file.csv

Or is there a known way to get an item Id from the URL? I have not been able to find that in the Graph documentation.

Thank You