i have a page (actually view ) from which i want to upload some page that image should be directly save into my dropbox app folder and it return me path of the file save in dropbox so that i can save that path in my db
[Cross-linking for reference: https://stackoverflow.com/questions/39004071/using-dropxbox-in-mvc-5app ]
The Dropbox API does enable you to upload files to a Dropbox account, returning the metadata. For example, you can use the /upload endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
We recommend using one of the official SDKs if possible though. They will each have corresponding upload methods.