https://github.com/grimpy/gdrivedl
https://github.com/grimpy/gdrivedl
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grimpy/gdrivedl
- Owner: grimpy
- Created: 2020-03-26T23:54:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T00:06:12.000Z (over 6 years ago)
- Last Synced: 2023-03-10T20:47:49.296Z (over 3 years ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tool to download files from google drive
This tool was written out of frustration by the lack of resume support when using the browser and the lack of progress information when downloading with the browser.
## Help
```
./gdrivedl --help
sage of ./gdrivedl:
-dest string
Destination of file
-url string
Url to download from
```
## Example output
```
./gdrivedl -url 'gooldriveid'
2020/03/27 01:59:22 Download id gooledriveid
2020/03/27 01:59:23 Found token XXXX
2020/03/27 01:59:23 Download url https://docs.google.com/uc?confirm=XXXX&export=download&id=googledriveid
2020/03/27 01:59:25 Status: 206 Partial Content
2020/03/27 01:59:25 File size 830184773
5% |██ | (18.1 MB/s) [2s:43s
```