Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

googledrivedl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googledrivedl

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

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

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)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc