The Wayback Machine - https://web.archive.org/web/20201025181317/https://github.com/circulosmeos/gdown.pl/issues/14
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't download the file #14

Open
enderphan94 opened this issue Apr 22, 2019 · 3 comments
Open

Couldn't download the file #14

enderphan94 opened this issue Apr 22, 2019 · 3 comments

Comments

@enderphan94
Copy link

@enderphan94 enderphan94 commented Apr 22, 2019

./gdown.pl https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit quameserver.xlsx

--2019-04-22 16:34:41--  https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit
Resolving docs.google.com (docs.google.com)... 172.217.24.46, 2404:6800:4005:810::200e
Connecting to docs.google.com (docs.google.com)|172.217.24.46|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://accounts.google.com/ServiceLogin?service=wise&passive=1209600&continue=https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit&followup=https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit&ltmpl=sheets [following]
--2019-04-22 16:34:42--  https://accounts.google.com/ServiceLogin?service=wise&passive=1209600&continue=https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit&followup=https://docs.google.com/spreadsheets/d/1Cjsryejgzo12Bn29BDiInOrGZWvg/edit&ltmpl=sheets
Resolving accounts.google.com (accounts.google.com)... 216.58.200.77, 2404:6800:4005:80f::200d
Connecting to accounts.google.com (accounts.google.com)|216.58.200.77|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘quantaserver.xlsx’

     0K                                     1010K=0,06s

2019-04-22 16:34:42 (1010 KB/s) - ‘quameserver.xlsx’ saved [57436]

Couldn't download the file :-(
@circulosmeos
Copy link
Owner

@circulosmeos circulosmeos commented Apr 23, 2019

Hi @enderphan94

Effectively, the script waits for a downloaded file with a size greater than 100 kB ... This size is just to distinguish between the intermediate html pages that Google shows, and the downloaded file itself that is obtained after various of these pages...
As in practice the script is used to automate the download of big files, this has not been a big problem until now...

Please, note that using gdown.pl v2 and indicating a filename (as in your command) the script will finish with success.
gdown version 2 is more intelligent analysing google pages, but it is also slower in general.

PS: I'll think about making v2 able to succeed even without indicating an output filename.

@JrMasterModelBuilder
Copy link

@JrMasterModelBuilder JrMasterModelBuilder commented Jul 11, 2019

I'm having exactly the same issue with much larger 2GB files.

EDIT: Nevermind, apparently it's a GDrive issue.

@circulosmeos
Copy link
Owner

@circulosmeos circulosmeos commented Jul 11, 2019

Yes @JrMasterModelBuilder , I've also experienced Google drive connection issues more often than one would expect... They usually get corrected quickly :-o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.