Hello,
The dropbox library by DonManfred works great:
https://www.b4x.com/android/forum/threads/dropbox-sdk-v2-java.74019/
Unfortunately I can not search for a file:
I need help what you specify for the mode (??????). At which event do you receive the result? I thank you in advance.
"1" for "??????" this leads to the following error:
java.lang.IllegalArgumentException: No enum constant com.dropbox.core.v2.files.SearchMode.1
"FILENAME" for "??????" this leads to the following error:
"java.lang.Exception: Sub dbxfiles_search was not found."
Best regards,
Gunnar
The dropbox library by DonManfred works great:
https://www.b4x.com/android/forum/threads/dropbox-sdk-v2-java.74019/
Unfortunately I can not search for a file:
B4X:
dbxFiles.search("","searchfile.zip",??????,1,1)
I need help what you specify for the mode (??????). At which event do you receive the result? I thank you in advance.
"1" for "??????" this leads to the following error:
java.lang.IllegalArgumentException: No enum constant com.dropbox.core.v2.files.SearchMode.1
"FILENAME" for "??????" this leads to the following error:
"java.lang.Exception: Sub dbxfiles_search was not found."
Best regards,
Gunnar
Last edited: