{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/9"}],"enrichment":{"capability":"Downloads shared files from Google Drive by file ID and saves them locally, with optional automatic unzipping and progress display.","skillfed_tags":["google-drive","file-download","data-fetching"],"use_cases":["Fetch training datasets from a shared Google Drive folder in a machine-learning notebook or pipeline.","Download documentation or reference files during CI/CD setup without hardcoding direct URLs.","Retrieve a zipped archive of project files and auto-extract it in a single call during deployment.","Automate download of shared reports or data exports in a scheduled script."],"what_it_does":"googledrivedownloader is a minimal Python wrapper that downloads files from Google Drive using only a file ID and a destination path. It wraps the requests library to handle the download mechanics and optionally unzips the result afterward. The package is designed for simple, one-off downloads of shared files without requiring OAuth setup or the full Google Drive API.\n\nIt's typically used in data pipelines, ML training scripts, or documentation workflows where you need to fetch a static file from a shared Google Drive link. The API is intentionally bare\u2014just a file ID, a path, and optional flags for progress display and overwrite behavior. Maintenance is dormant but the package remains functional on modern Python versions.","worth_installing":"Yes, if you need a lightweight, zero-configuration way to download a shared Google Drive file by ID. The install is frictionless and the API is straightforward. However, verify the license before use in proprietary code, and test that it still works with your target file (Google Drive's sharing model may affect accessibility). Not suitable if you need active maintenance or support for complex Drive operations."},"id":"googledrivedownloader","links":{"html":"https://skillfed.io/packages/googledrivedownloader","md":"https://skillfed.io/packages/googledrivedownloader.md","pypi":"https://pypi.org/project/googledrivedownloader/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2025-01-16","license_spdx":null,"license_treatment":"unclear","name":"googledrivedownloader","python_support":"supports_current","summary":"Minimal class to download shared files from Google Drive."},"popularity":{"monthly_downloads":122803,"position":11932,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
