wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.06k stars 342 forks source link

Invalid URL '': No schema supplied. #236

Closed michalkrawczyk closed 1 year ago

michalkrawczyk commented 1 year ago

Provide environment information

gdown version 4.6.0 Tested also with python 3.8 .8 and python 2.7.18

What OS are you using?

ubuntu 20.04

Describe the Bug

requests.exceptions.MissingSchema: Invalid URL '': No schema supplied. Perhaps you meant http://?

On 4.5.4 same id works fine

Expected Behavior

No response

To Reproduce

gdown 'id' gdown --id 'id'

wkentaro commented 1 year ago

Please provide how to reproduce it.

michalkrawczyk commented 1 year ago

@wkentaro from CMD terminal (but tested on python also) provide just google drive id of file to gdown. In my case it was for any file at my drive (I cannot provide exact due to NDA) e.g for https://drive.google.com/uc?id=1l_5RK28JRL19wpT22B-DY9We3TVXnnQQ cmd: gdown 1l_5RK28JRL19wpT22B-DY9We3TVXnnQQ

wkentaro commented 1 year ago

@michalkrawczyk It works in my env.

image
wkentaro commented 1 year ago

Please request reopening this if you still have the issue.