gdown icon indicating copy to clipboard operation
gdown copied to clipboard

Google Drive Public File Downloader when Curl/Wget Fails

Results 68 gdown issues
Sort by recently updated
recently updated
newest added

### Provide environment information Python 3.9.12 gdown 4.5.1 ### What OS are you using? CentOS Linux release 7.6.1810 (Core) ### Describe the Bug I am running the gdown command to...

bug
status: wip-by-author

I want to download a 16GB zip file on Google Drive using: gdown https://drive.google.com/uc?id=1InfIal4y7OBMGNUDeldEmDxtD0MrewY8 I have already set the permissions on the file to ``Anyone with the link'' But I...

bug

### Provide environment information which python; python --version; python -m pip list | grep gdown /usr/bin/python Python 3.9.2 ### What OS are you using? lsb_release -a No LSB modules are...

bug
status: wip-by-author

The Google would probiden the anonymous download of large size file by too many user in a short periodic of time The error is given by > Too many users...

### Provide environment information Using - /usr/local/bin/python Python 3.7.0 Error appears as below on `pip install gdown` - ```shell Collecting gdown Downloading gdown-4.5.1.tar.gz (14 kB) Installing build dependencies ... done...

bug

Hi, I am trying to download a good drive folder using python import gdown url = "https://drive.google.com/drive/folders/1gAh1nPhT-8Vw0fbinnWpM6m7gCpHYyLi?usp=sharing" gdown.download_folder(url, quiet=True, use_cookies=False) The error I am getting Traceback (most recent call last):...

bug
status: wip-by-author

Fix for #205. Normalizing replaces strange space characters with common ones, letting the upcoming splitting function properly again.

### Provide environment information Python 3.5.1 gdown 4.5.1 ### What OS are you using? Windows 10 ### Describe the Bug Parsing the filename in the parse_google_drive_file function fails when the...

bug

I have checked up all the related issues on this but still getting this error on a zip file with 29GB. Here are the URL links I tried: 1. https://drive.google.com/u/0/uc?id=1MR7M-as-stOIog2EyhNXwnKKC9-aXXiM&export=download&confirm=t...

bug
status: wip-by-author

### Provide environment information /opt/conda/bin/python Python 3.7.10 gdown 4.5.1 ### What OS are you using? Ubuntu 20.04 ### Describe the Bug ```bash Retrieving folder list Traceback (most recent call last):...

bug