Akianonymus / gdrive-downloader

Download a gdrive folder or file easily, shell ftw.
The Unlicense
304 stars 28 forks source link

Support for downloading documents in required formats #34

Closed ajohnston9 closed 2 years ago

ajohnston9 commented 2 years ago

Tried the script on a sample public file I found here. Used the curl based install from a ubuntu:latest docker image interactively. Got the following output:

image

I tried without the /view portion of the URL with the same result. Likewise, attempting to repeat the download results in the tool indicating that a partial download was detected, but it still fails.

Akianonymus commented 2 years ago

Hmm, seems to be a problem with documents, the api doesn't give the file size, will look into it.

Akianonymus commented 2 years ago

This should be fixed now, also added support for downloading in different formats, like pdf, etf, docx, html, etc.

Flag is -df or --document-format.