I need to develop a feature in my MVC application, where logged in users have their own dropbox accounts and they can able to download their files from their dropbox account and upload to my application.
For this I need to provide a dropbox login screen first, then need to show the files and folders of the user and then user can choose the file to download.
Please suggest me how to implement the functionality as I am new to MVC and drop box features.