.net - Share File To Dropbox from Application (MVC C#) -


is there way can share file user's dropbox folder ?

what want implement below:

  1. user click on dropbox icon.
  2. then dropbox asks his/her dropbox account details.
  3. file application saved his/her dropbox account.

i did search dropbox api's did not helps me save user's dropbox account. read api documentation , https://www.dropbox.com/developers-v1/core/docs#files_put , here can save files dropbox not other.

please guide me on same. in advance.

i don't know if version 2 better purposes, version 1 of api deprecated

if user has dropbox integrated explorer, think can write local folder , sync dropbox usual.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -