I need to be able to find a driveItem from the Microsoft Graph API, given only a document URL in this sort of format:
https://tenant.sharepoint.com/sites/somesite/somefolder/somedocument.doc
I know it is possible to do the opposite, e.g. get a document URL from a driveItem, but how do I get the driveItem when I only have a document URL?