Windows Phone 7 Dropbox access from application

I am developing an application for Windows Phone 7 and I want to access my Dropbox from this application in order to store files in my Dropbox account. Is there any way to achieve this?

considers

+4
source share
1 answer

You can use the WP7DropBox library from CodePlex to process standard code if you like or manually use the DropBox API yourself. There is also a common .NET library called SharpBox .

+6
source

All Articles