Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

So i have a simple problem and am looking for a few pointers to a simple solution. I have a java app that must upload a file to dropbox. It will know the username and password of the dropbox account to upload to by default. All i need now is some way to put a file on my computer in any directory on to the dropbox in any directory of the dropbox. I've downloaded the dropbox API for java but am completely lost as to what to do with it. Can somebody please hand me the rod and point me the right way as to how to upload files to dropbox using java and preferably the dropbox API (and i think thats the only way to...is to use the dropbox java api). Thanks a bunch.

share|improve this question
1  
Did you read the developer documentation? If you know REST, most of that documentation is self-explanatory. – Vineet Reynolds Oct 2 '11 at 2:34

1 Answer

up vote 0 down vote accepted

I found this: Using Dropbox Java API for uploading files to dropbox

It appears to have some code written for that api.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.