Simple script to upload files on Google Drive through Direct URL and gives the direct drive download link.
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.
- Python >= 2.6 [Tested on Python 3.6.7]
- google-api-python-client
- python-httplib2
- urllib
- sys
- logging
- mimetypes
- apiclient
- oauth2client
- wget
sudo -H pip3 install -r requirements.txt
sudo chmod +x start.sh
python3 gdrive_upload.py
cyberboy@MonsterMachine:~/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!