We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
skaros
8 years agoHelpful | Level 6
java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonToken.isStructStart()Z exception
Hi, I am developing a desktop application that will allow me to upload a file to my Db account, This is going to be executed on a VM. The problem is that even though it is working just fine on my com...
- 8 years ago
That makes no sense to me, (mainly since it was working on my computer but not on the VM) but it seems that the problem was that I am using the google sheet API on the same project, which is using the jackson library as well. So it seemed that there was some problem with the maven dependencies there. I directly imported both the dropbox and the google maven on the same project, and maven automatically managed to handle the dependencies. Initially i was importing it as a jar file, causing the problem.
Thanks for the hints
skaros
Helpful | Level 6
That makes no sense to me, (mainly since it was working on my computer but not on the VM) but it seems that the problem was that I am using the google sheet API on the same project, which is using the jackson library as well. So it seemed that there was some problem with the maven dependencies there. I directly imported both the dropbox and the google maven on the same project, and maven automatically managed to handle the dependencies. Initially i was importing it as a jar file, causing the problem.
Thanks for the hints
ajay dhiman
5 years agoNew member | Level 2
Can I get a look at your pom.xml so that I can understand how you managed to make both work. Because I'm getting the same issue.
The JacksonFactory dependency's version for both the APIs is different which is causing the issue in my case.
Thanks!
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 7 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!