I am using the Dropbox V2 wrapper to connect to my Dropbox with a known token and app key.
I get to :
dbxFiles.listFolder("",False,True,False,True,True)
and get the error:
getCurrentAccount()
files:listFolder()
java.lang.NoSuchMethodError: No virtual method listFolderBuilder(Ljava/lang/StringLcom/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/b4a.example.dbxv2-2/base.apk)
at de.donmanfred.dbxv2.files.DbxUserFilesRequestsWrapper$33.run(DbxUserFilesRequestsWrapper.java:1607)
at java.lang.Thread.run(Thread.java:818)
I am using the config.Initialize("",token,"","de-de",5) but should the eventname and clientidentifier have a more specific value and is userlocale of "de-de" appropriate for my access?
Thank You
I get to :
dbxFiles.listFolder("",False,True,False,True,True)
and get the error:
getCurrentAccount()
files:listFolder()
java.lang.NoSuchMethodError: No virtual method listFolderBuilder(Ljava/lang/StringLcom/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/b4a.example.dbxv2-2/base.apk)
at de.donmanfred.dbxv2.files.DbxUserFilesRequestsWrapper$33.run(DbxUserFilesRequestsWrapper.java:1607)
at java.lang.Thread.run(Thread.java:818)
I am using the config.Initialize("",token,"","de-de",5) but should the eventname and clientidentifier have a more specific value and is userlocale of "de-de" appropriate for my access?
Thank You