easyidp.data.downloader._download_gdrive¶
- easyidp.data.downloader._download_gdrive(file_id, archive, progress)¶
Download a file from Google Drive via gdown.
- Parameters:
file_id (str) – Google Drive file ID.
archive (Path) – Target file path for the downloaded archive.
progress (bool) – Show a progress bar.
- Raises:
RuntimeError – If gdown is not installed (with install hint).