Skip to content

Instantly share code, notes, and snippets.

View HasibulKabir's full-sized avatar

Md. Hasibul Kabir HasibulKabir

View GitHub Profile
@HasibulKabir
HasibulKabir / SFileUploader.py
Created July 27, 2019 06:43 — 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.
#