gdrive storage plugin for DVC (Data Version Control) enabling Google Drive as a remote storage backend. Current version 3.0.1, release cadence is irregular (follows DVC releases). Requires Python >=3.8.
pip install dvc-gdriveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Setup a GDrive remote and push data. Authentication via OAuth2 is required; first run opens a browser for authorization.
Split large files or use chunked uploads via dvc remote modify <name> chunk_size.
Create OAuth2 credentials in Google Cloud Console and set them via `dvc remote modify <name> gdrive_client_id` and `gdrive_client_secret`.
Upgrade to dvc-gdrive >=2.0.0 and re-authenticate.