I’m working on a web application and i want to give my users the ability to connect a personal Dropbox account.
I will build the files and folders browser but i want to be able to access them first.
I have a ApiKey and ApiSecret from Dropbox for my application.
I tried to use the C# frameworks but i think those are for desktop/winform/console/mobile applications.
I was able to get a request_token but i cant get access_token.
Can someone please put some light on this issue? (working with Dropbox API with ASP.NET web application).
I found the perfect solution.
I used the SharpBox .NET library…
I played with it and i was able to Read folders, get files, read file content for download and more!