Skip to content

Instantly share code, notes, and snippets.

View priyankt68's full-sized avatar

Priyank Trivedi priyankt68

View GitHub Profile
# YOU NEED TO INSERT YOUR APP KEY AND SECRET BELOW!
# Go to dropbox.com/developers/apps to create an app.
app_key = 'YOUR_APP_KEY'
app_secret = 'YOUR_APP_SECRET'
# access_type can be 'app_folder' or 'dropbox', depending on
# how you registered your app.
access_type = 'app_folder'