Hi!
I have the same problem. I followed the forum tips, but no way to correct the error.
A little help would do me good.
java.lang.Exception: Sub dbxfiles_createfolder signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject b4a.AuthDropbox.b4xmainpage_subs_0._dbxfiles_createfolder(anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject,
java.lang.Exception: Sub dbxfiles_uploadfinished signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject b4a.AuthDropbox.b4xmainpage_subs_0._dbxfiles_uploadfinished(anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class java.lang.String, class java.lang.String,
Dropbox V2 0.60
Dropbox SDK 5.0.0 Java 11.0.1 - 14.0.1 - 19.0.2
or
Dropbox SDK 5.2.0 Java 11.0.1 - 14.0.1 - 19.0.2
jackson-core-2.7.4
I have the same problem. I followed the forum tips, but no way to correct the error.
A little help would do me good.
DropboxV2 Create Folder error
The first time I execute this command dbxFiles.createFolder("/New Folder 1") I get this error and the application crashes. However the folder is created in my Dropbox. java.lang.Exception: Sub dbxfiles_createfolder signature does not match expected signature. at...
www.b4x.com
Dropbox V2 Issues
As per https://www.b4x.com/android/forum/threads/dropboxv2-library-cannot-run-dbxfiles_downloadfinished.139878/ Thanks Manfred for the push in the right direction, I have now updated to Java 11 but I'm getting the following error on compile: Convert byte code - optimized dex. Error PARSE...
www.b4x.com
Error:
Sub dbxFiles_CreateFolder(success As Boolean, meta As FolderMetadata, error As String)
Log("==> dbxFiles_CreateFolder")
Log($"Success:(${success})"$)
Log($"Meta:(${meta})"$)
Log($"Error(${error})"$)
End Sub
java.lang.Exception: Sub dbxfiles_createfolder signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject b4a.AuthDropbox.b4xmainpage_subs_0._dbxfiles_createfolder(anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject,
Error:
Sub dbxFiles_UploadFinished(success As Boolean, meta As FileMetadata, error As String)
Log("==> dbxFiles_UploadFinished")
Log($"success(${success})"$)
Log($"meta(${meta})"$)
Log($"error(${error})"$)
End Sub
java.lang.Exception: Sub dbxfiles_uploadfinished signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject b4a.AuthDropbox.b4xmainpage_subs_0._dbxfiles_uploadfinished(anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class anywheresoftware.b4a.pc.RemoteObject, class java.lang.String, class java.lang.String,
Dropbox V2 0.60
Dropbox SDK 5.0.0 Java 11.0.1 - 14.0.1 - 19.0.2
or
Dropbox SDK 5.2.0 Java 11.0.1 - 14.0.1 - 19.0.2
jackson-core-2.7.4