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
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 .