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.

Even if it sounds like a silly question, I am not able to find the repository where the dropbox sdk is. So in my pom.xml I have declared this dependency:

<!-- Dropbox dependency -->
        <dependency>
            <groupId>com.dropbox</groupId>
            <artifactId>client2</artifactId>
            <version>1.3</version>
        </dependency>

But it can not be found in this repository:

<repository>
            <id>dropbox-client2</id>
            <url>http://getdropbox.com/developers/</url>
        </repository>

Thanks

share|improve this question
I found this thread forums.dropbox.com/topic.php?id=25418&replies=7#post-158122 Any news about this topic? – Blanca Hdez May 10 '12 at 13:12

2 Answers

up vote 0 down vote accepted

You can install it on your own repository with:

https://gist.github.com/4543727

Right now, dropbox sdk is version 1.5.3 but you can pass a parameter to retrieve older ones.

share|improve this answer

The official dropbox API is not publish on Maven central repository. I repackaged it and published on Maven central.

You'll find instruction to add to your project here : https://github.com/vanduynslagerp/dropbox-java-sdk#readme

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.