Hacker News new | ask | show | jobs
by mwdev 5568 days ago
Very cool. Do you have an api? I'd love to push my tasks in mindwallet into this. See my show HN post from yesterday here:

[url]http://news.ycombinator.com/item?id=2340758[/url]

I'd love to get two way syncing going and dropbox saves is a perfect bonus.

I guess if I integrate with the drop box API I could just start dumping files to the user's drop box and they'd start showing up in your app?

1 comments

Go to https://www.dropbox.com/developers

They have an official API libraries for iOS and as well for Android, Java, Ruby and Python.

After reading the documentation further help can be found in the API Development forum: http://forums.dropbox.com/forum.php?id=5

P.S. You should apply for a Developer Key, and you should implement OAuth authentication (for getting a token for the user who'll use your application).