Android Question DropBox SDK v2 & Java SDK v7.0.0

Gavins

Member
Licensed User
Longtime User
F.a.o DonManfred

Apologies if I'm being blind, but I can't seem to find the download for the current xml and jar files for the dropbox sdk v2. The first post seems to indicate that it has been updated to wrap the version 7.0.0 SDK but only the additional files are there.

I tried editing an older xml file (version 0.44) to depend on 7.0.0 instead of 5.0.0 but I get an error when running:

java.lang.NoSuchMethodError: No virtual method listFolderBuilder(Ljava/lang/String;)Lcom/dropbox/core/v2/files/ListFolderBuilder; in class Lcom/dropbox/core/v2/files/DbxUserFilesRequests; or its super classes (declaration of 'com.dropbox.core.v2.files.DbxUserFilesRequests' appears in /data/app/~~9LcHZQNREj8ztQSlTVqPeg==/cs.FormFillPlus-xkNqskJzFawqWjfvvzTaeQ==/base.apk)

Is there an updated or later jar/xml available please? Or another way of getting it working with the Dropbox Java SDK 7.0.0? Dropbox indicates that prior versions will stop being able to function due to new root certificates.

Many thanks
Gavin

P.S. Many thanks to DonManfred for creating this library originally, it's extremely useful.
 

DonManfred

Expert
Licensed User
Longtime User
that it has been updated to wrap the version 7.0.0 SDK but only the additional files are there
Looks like i forgot to add the xml and jar to the Download/the Post itself.
Dropbox indicates that prior versions will stop being able to function due to new root certificates.
Yes, starting at January 2026 we have to use V7.0.0+ of the Api. Older Versions will fail.

I´ll update the librarythread this weekend.
 
Upvote 0
Top