All Projects → circulosmeos → Gdown.pl

circulosmeos / Gdown.pl

Licence: gpl-3.0
Google Drive direct download of big files

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Gdown.pl

Gdown
Download a large file from Google Drive (curl/wget fails because of the security notice).
Stars: ✭ 962 (+30.88%)
Mutual labels:  wget, google-drive
Drive Music Player
Fully client side Music Player for Google Drive
Stars: ✭ 554 (-24.63%)
Mutual labels:  google-drive
Google Drive Ftp Adapter
Google Drive FTP Adapter to connect to google drive through the FTP protocol
Stars: ✭ 292 (-60.27%)
Mutual labels:  google-drive
Drive Zipextractor
Extract (decompress) ZIP files into Google Drive using the Google Drive API
Stars: ✭ 425 (-42.18%)
Mutual labels:  google-drive
Jupyterlab Google Drive
Cloud storage for JupyterLab using Google Drive
Stars: ✭ 332 (-54.83%)
Mutual labels:  google-drive
Uds
Unlimited Drive Storage by splitting binary files into base64
Stars: ✭ 4,204 (+471.97%)
Mutual labels:  google-drive
Google Drive Player Script
Grab google drive streaming links (redirector.googlevideo.com/videoplayback?..)
Stars: ✭ 283 (-61.5%)
Mutual labels:  google-drive
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+4055.24%)
Mutual labels:  google-drive
Raidrive.translation
RaiDrive Translation
Stars: ✭ 518 (-29.52%)
Mutual labels:  google-drive
Goindex
Index your Google Drive
Stars: ✭ 418 (-43.13%)
Mutual labels:  google-drive
Google Drive Upload
Bash scripts to upload files to google drive
Stars: ✭ 403 (-45.17%)
Mutual labels:  google-drive
Fb2cal
Fetch Facebook Birthdays events and create an ICS file for use with calendar apps
Stars: ✭ 335 (-54.42%)
Mutual labels:  google-drive
Drive Cli
A command line interface for accessing google drive
Stars: ✭ 449 (-38.91%)
Mutual labels:  google-drive
Stackedit
In-browser Markdown editor
Stars: ✭ 18,744 (+2450.2%)
Mutual labels:  google-drive
Gdrivefs
An innovative FUSE wrapper for Google Drive.
Stars: ✭ 618 (-15.92%)
Mutual labels:  google-drive
Vgrive
Google Drive client for linux
Stars: ✭ 284 (-61.36%)
Mutual labels:  google-drive
Python Aria Mirror Bot
A telegram bot for all your mirror needs
Stars: ✭ 383 (-47.89%)
Mutual labels:  google-drive
Google Drive Ocamlfuse
FUSE filesystem over Google Drive
Stars: ✭ 4,447 (+505.03%)
Mutual labels:  google-drive
Packtpub Crawler
Download your daily free Packt Publishing eBook https://www.packtpub.com/packt/offers/free-learning
Stars: ✭ 717 (-2.45%)
Mutual labels:  google-drive
Homescripts
My Scripts for Plex / Emby with Google Drive and rclone
Stars: ✭ 652 (-11.29%)
Mutual labels:  google-drive

gdown.pl

Google Drive direct download of big files

Requirements

wget and Perl must be in the PATH.
Windows and linux compatible.

Usage

Use Google Drive shareable links, viewable by anyone:

$ ./gdown.pl 'gdrive file url' ['desired file name']   

Example

For example, to download this video from my axolotl project, just copy the url, and give a file name if desired:

$ ./gdown.pl https://drive.google.com/file/d/0B1L_hFrWJfRhLUJZdXdSdTdfSWs/edit axolotl.mp4   

Resuming a download

If you need to resume a download, please, use gdown.pl v2.0 here.
As long as a file name is indicated as second parameter, gdown.pl v2.0 will try to resume the partially downloaded file if a local incomplete file with that name already exists.

Version

This version is v1.4.

Warning

Please, note that v1.2 (available between days 12 to 31 of Jan/2019) should not be used, as it contains a bug that could result in unusable downloaded files. Proceed to overwrite with v1.4 in case you have it.

Docker

A simple Docker file is provided, to build a simple Docker image with gdown.pl.
This has been used for pre-pulling data from a Google Drive to Kubernetes persistent volumes.
Thanks @anton-khodak

Singularity

An example Singularity file is provided.
Build the container: sudo singularity build (imagename) Singularity

Run the container: singularity run (imagename) (gdown.pl args)

Thanks to @ttbrunner

License

Distributed under GPL 3

Disclaimer

This software is provided "as is", without warranty of any kind, express or implied.

More info

https://circulosmeos.wordpress.com/2014/04/12/google-drive-direct-download-of-big-files

Contact

by circulosmeos

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].