Function onedrive_download
pub async fn onedrive_download(
client: &Client,
token: &str,
user_id: &str,
item_id: &str,
max_size: usize,
) -> Result<Vec<u8>>Expand description
Download a OneDrive item by ID, with a maximum size guard.