pub fn download_folder<'a>(
downloader: &'a Downloader,
folder_url: &'a str,
output_dir: PathBuf,
options: FolderDownloadOptions,
) -> Pin<Box<dyn Future<Output = Result<Vec<GoogleDriveFile>>> + 'a>>Expand description
Download an entire Google Drive folder