Skip to content

Instantly share code, notes, and snippets.

@hc2p
Created February 22, 2013 13:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hc2p/5013564 to your computer and use it in GitHub Desktop.
this.client = new Dropbox.Client({
key: "<your secret key>",
sandbox: true,
token: dropboxProfile.oauth_token_key,
tokenSecret: dropboxProfile.oauth_token_secret
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment