Skip to content

Instantly share code, notes, and snippets.

@begin29
Created March 14, 2016 14:31
Show Gist options
  • Save begin29/9d0c1425f27d98f91f8e to your computer and use it in GitHub Desktop.
Save begin29/9d0c1425f27d98f91f8e to your computer and use it in GitHub Desktop.
share file from dropbox
require 'dropbox_sdk'
APP_KEY = 'some key'
APP_SECRET = 'some secret key'
client = DropboxClient.new(APP_SECRET)
client.media('path_file') # if file is placed in root then client.media('some_name.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment