All Projects → cyberboysumanjay → Gdrivedownloader

cyberboysumanjay / Gdrivedownloader

Licence: mit
Just enter the direct URL of the file and it will upload it to Google Drive and print download link of it.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Gdrivedownloader

URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (+65%)
Mutual labels:  url, remote, uploader
remote-origin-url
Extract the git remote origin URL from your local git repository.
Stars: ✭ 15 (-75%)
Mutual labels:  url, remote
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (+228.33%)
Mutual labels:  url, remote
git-repo-name
Get the repository name from the git remote origin URL
Stars: ✭ 21 (-65%)
Mutual labels:  url, remote
Tus Php
🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0
Stars: ✭ 1,048 (+1646.67%)
Mutual labels:  uploader
Autorclone
AutoRclone: rclone copy/move/sync (automatically) with thousands of service accounts
Stars: ✭ 1,002 (+1570%)
Mutual labels:  google-drive
Pysploit
Remote exploitation framework written in Python
Stars: ✭ 37 (-38.33%)
Mutual labels:  remote
Vue Gdrive
VueJS text editor with Google Drive integration
Stars: ✭ 34 (-43.33%)
Mutual labels:  google-drive
Holysheet
A program to store arbitrary files in Google Sheets
Stars: ✭ 59 (-1.67%)
Mutual labels:  google-drive
Appz
📱 Launch external apps, and deeplink, with ease using Swift!
Stars: ✭ 1,092 (+1720%)
Mutual labels:  url
Closify
Closify provide a quick and intuitive JS plugin that facilitate acquiring images with different dimensions
Stars: ✭ 47 (-21.67%)
Mutual labels:  uploader
Qcopterremotecontrol
遙控板 RemoteControl,使用 STM32F407VG / STM32F411CE
Stars: ✭ 40 (-33.33%)
Mutual labels:  remote
Droply Js
Droply JS, a new responsive and cross browser chunk uploader with DragDrop and File Preview capabilities (HTML5/CSS3)
Stars: ✭ 50 (-16.67%)
Mutual labels:  uploader
Fastlane Plugin Google drive
fastlane plugin to upload files to Google Drive
Stars: ✭ 39 (-35%)
Mutual labels:  google-drive
Simple Mpv Webui
A web based user interface with controls for the mpv mediaplayer.
Stars: ✭ 58 (-3.33%)
Mutual labels:  remote
Gdown
Download a large file from Google Drive (curl/wget fails because of the security notice).
Stars: ✭ 962 (+1503.33%)
Mutual labels:  google-drive
Ir Station
Infrared Remote Controller with ESP8266 WiFi-module. You can control your home appliances with your smartphone or laptop.
Stars: ✭ 45 (-25%)
Mutual labels:  remote
Differer
differer finds how URLs are parsed by different languages in order to help bug hunters break filters
Stars: ✭ 56 (-6.67%)
Mutual labels:  url
Heroku Google Drive
Remote Google Drive client on Heroku using Rclone and Aria2
Stars: ✭ 44 (-26.67%)
Mutual labels:  google-drive
Node Google Drive
Library to operate with Google Drive API v3 from Node.js, using system user tokens or personal keys
Stars: ✭ 42 (-30%)
Mutual labels:  google-drive

Google Drive Uploader

Simple script to upload files on Google Drive through Direct URL and gives the direct drive download link.

Description

Script uses predefined Drive APIs Client ID and Client Secret (Please don't abuse the credentials)

It takes upload file as command line argument, uploads it and sets permissions that anyone who has download link can download the file.
After file has been uploaded the script prints direct download url.

Requirements

  • Python >= 2.6 [Tested on Python 3.6.7]
  • google-api-python-client
  • python-httplib2
  • urllib
  • sys
  • logging
  • mimetypes
  • apiclient
  • oauth2client
  • wget

Install all requirements using this command:

sudo -H pip3 install -r requirements.txt

Example Usage:

Note: Make sure you've given the bash file permission to execute

sudo chmod +x start.sh

You can also start the file without using bash using the command

python3 gdrive_upload.py

[email protected]:~/python/gdrive/Gdrivedownloader$ ./start.sh
Enter the Direct URL of the file you want to download:
https://cyberboysumanjay.github.io/img/jetpacktocat.jpg
Beginning file download...
This may take time depending upon the file size.
Please be patient
jetpacktocat.jpg is successfully downloaded locally
Starting Google Drive upload.....
Here is your Google Drive link: https://drive.google.com/uc?id=1y3qM4xqNTUf2B_NWAdBeBeO7F2lumtMw&export=download Performing local cleanup.........
Everything done... Exiting!

Credits

kshcherban for his lovely work here

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].