Skip to main content

get_item

Function get_item 

Source
pub async fn get_item(
    graph: &GraphClient,
    drive_id: &str,
    path: &str,
) -> Result<DriveItem>
Expand description

path here is the leading-slash path within the drive root, e.g. “/folder/file.txt”. Empty / “/” means the drive root.