Contents

gdown 5.1.0

0

Google Drive Public File/Folder Downloader

Google Drive Public File/Folder Downloader

Stars: 3849, Watchers: 3849, Forks: 321, Open Issues: 35

The wkentaro/gdown repo was created 8 years ago and the last code push was Yesterday.
The project is very popular with an impressive 3849 github stars!

How to Install gdown

You can install gdown using pip

pip install gdown

or add it to a project with poetry

poetry add gdown

Package Details

Author
License
MIT
Homepage
PyPi:
https://pypi.org/project/gdown/
GitHub Repo:
https://github.com/wkentaro/gdown

Classifiers

  • Software Development/Libraries/Python Modules
No  gdown  pypi packages just yet.

Errors

A list of common gdown errors.

Code Examples

Here are some gdown code examples and snippets.

GitHub Issues

The gdown package has 35 open issues on GitHub

  • Different behaviour in different linux (Ubuntu) enviroment
  • no matches found
  • Downloading Stops when downloading folder
  • [cli] treat url as an id if it doesn't seem like a url
  • feature request - support –continue on files from folder
  • Permission denied … Maybe you need to change permission over 'Anyone with the link'?

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.