Skip to content

Instantly share code, notes, and snippets.

View kravee's full-sized avatar

kravee kravee

View GitHub Profile
@kravee
kravee / SFileUploader.py
Created October 26, 2020 15:03 — forked from Keshava11/SFileUploader.py
Simple python script to upload file to Dropbox.
#!python3.5
# Prerequisites :
# 1.SetUp dropbox sdk to be able to use Dropbox Api's
# $ sudo pip install dropbox
# By default python dropbox sdk is based upon the python 3.5
#
# 2. Create an App on dropbox console (https://www.dropbox.com/developers/apps) which will be used and validated to do
# the file upload and restore using dropbox api. Mostly you need an access token to connect to Dropbox before actual file/folder operations.
#