tags:

views:

473

answers:

3

Hi, I'm looking for an API to work with dropbox.com from .NET.

+3  A: 

Visit this link and request access to the dropbox api. Follow the instructions to get an api key and you will be able to interact with the dropbox website through http requests.

Justin
+3  A: 

As said before you will need to get access from the dropbox dev site and get the apikey/secret. Also, I have been doing some work with this and have written this blog post about it.

d1k_is