All Projects → kshcherban → gdrive_uploader

kshcherban / gdrive_uploader

Licence: other
Google Drive file uploader

Programming Languages

python
139335 projects - #7 most used programming language

Google Drive Uploader

Simple script to upload files on Google Drive.

Description

Script uses predefined Drive APIs Client ID and Client Secret

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 script prints download url.

Requirements

pip install -r requirements.txt

Configuration

Usage

echo 'this is test' > test.txt
python gdrive_upload.py test.txt
https://docs.google.com/a/pawned.ru/uc?id=0B3TLzHm0uDyjV3Rvc2o0eklYRG8&export=download
wget -q -O - "https://docs.google.com/a/pawned.ru/uc?id=0B3TLzHm0uDyjV3Rvc2o0eklYRG8&export=download"
this is test
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].