pub async fn get_item( graph: &GraphClient, drive_id: &str, path: &str, ) -> Result<DriveItem>
path here is the leading-slash path within the drive root, e.g. “/folder/file.txt”. Empty / “/” means the drive root.
path