Skip to content

Instantly share code, notes, and snippets.

@amfelds
amfelds / python_app.py
Last active August 29, 2015 14:21
Dropbox API sample code for Video Hack Day 2015
######
# This app generates streaming and sharing links for any video files that the user puts into the app's folder.
######
######
# Authenticate User
######
from pprint import pprint
from time import sleep