stephane-segning / no-drive

2 stars 0 forks source link

Download file from local fs #22

Open Christiantyemele opened 3 months ago

Christiantyemele commented 3 months ago

implement the download async function to be able to download files from local filesystem

  async fn download_file(&self, _file_id: String) -> Result<FileData> {
        todo!("Download file from local_fs")
    }