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

gdrivedownload

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gdrivedownload

Simple script that downloads all files from given Google Drive directory

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

============== gdrivedownload

Simple script that downloads all files from given Google Drive folder.

Requirements

  • Python 3.2+

Installation

::

pip install gdrivedownload

Usage

::

gdrivedownload client_id client_secret folder_id out_path
  • client_id - Google Drive OAuth2 client ID
  • client_secret - Google Drive OAuth2 secret key
  • folder_id - Google Drive folder ID (usually the last part of the URL, like https://drive.google.com/drive/u/0/folders/<folder_id>)
  • out_path - output directory to put the files into. Will be created recursively if does not exist

OAuth2 keys can be obtained using Google Developer Console <https://console.developers.google.com/>_. Create a project, then generate OAuth2 credentials for Other application type.

Keywords

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