It seems that the Microsoft Graph search functionality for driveItem
doesn't return a @mcirosoft.graph.downloadUrl
Using the Graph Explorer, I tried to fetch the following and the downloadUrl
isn't present in the response:
/v1.0/sites/{site-id}/drive/root/search(q='')?$select=id,name,file,folder,size,lastModifiedDateTime,@microsoft.graph.downloadUrl
In the documentation, the DriveItem
should include the @microsoft.graph.downloadUrl
on the response.