Skip to main content

Python library that allows you to download Google Drive files and folders.

Project description

googledrivedl

Google Drive Download Script

  • Python 2 / 3 compatible
  • No API keys / credentials required
  • Supports all operating systems
  • No external dependencies
  • Works with shared files or folders
  • Works with large files
  • Files / folders must have been shared via link

Installation

pip install googledrivedl

Usage

python gdrivedl.py <URL>
  • URL is a shared Google Drive URL

Multiple urls can be used by seperating them with a space. eg. python gdrivedl.py <URL1> <URL2> <URL3>
On some systems you may need to enclose the url within quotes. eg python gdrivedl.py "<URL>"

Options

  • -P --directory-prefix Output directory (default is current directory)
  • -O --output-document Download to a particular filename (defaults to the GDrive filename). Only valid when downloading a single file.
  • -q --quiet Disable console output
  • -d --debug Show more vebose debug console output
  • -m --mtimes Try use modified times to check for changed files
  • -f --urlfile Text file containing Google Drive URLS to download (one per line)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

googledrivedl-0.1.0.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

googledrivedl-0.1.0-py3-none-any.whl (18.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page