B4A Question Error: StatusCode=400, version 0 of the API is not supported - Lyndon Bermoy (first post) Jan 27, 2015 dropbox.sync.android.DbxFileSystem.open(DbxFileSystem.java:901)
at com.dropbox.sync.android.DbxFileSystem.create(DbxFileSystem.java:869)
at anywheresoftware.b4a.dropbox.DbxAccountManagerWrapper.getFile(DbxAccountManagerWrapper.java:150)
at anywheresoftware.b4a.dropbox.DbxAccountManagerWrapp B4A Question [Discontinued] Dropbox-Sync-Library Reloaded - BETA-release - MarcoRome (first post) Mar 28, 2015 android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
at dalvik.system.NativeStart.main(Native Method)
java.lang.IllegalStateException: URI scheme in your app's manifest is not set up correctly. You should have a com.dropbox.client2.android.AuthActivity with the scheme: db-key
This is code B4A Question sending message to waiting queue (OnActivityResult) - Lyndon Bermoy Jan 28, 2015 Sub Process_Globals
Private manager As DbxAccountManager
Private key As String = "6sfz1ltyhf4a519"
Private secret As String = "4n6nu9khg2btsq9"
End Sub
Sub Globals
Private Button1 As Button
End Sub
Sub Activity_Create(FirstTime As Boolean)
If FirstTime Then
manager.Initialize(key, B4A Question Sub dbxfiles_uploadfinished signature does not match expected signature - Juan Vargas (Bioagro) Dec 15, 2023 Using the Dropbox V2, this is the call
dbxFiles.Upload(Folder,"master.db",FTPMainFolder,False,False)
The completion sub is this, as documented
Sub dbxFiles_UploadFinished(success As Boolean, meta As FileMetadata, error As String)
End Sub
Then, I get the error
UploadErrorException:com.drop B4A Question Upload a file to Dropbox - DonManfred (first post) Apr 30, 2019 (1 reaction) try it with upload2.
Upload will add a NEW file (Writemode.ADD)
Upload2 will update an existing file too (Writemode.UPDATE)
dbxFiles.upload2(path, filename, "/BeKa.Transport/" & filename,False,True, "1234567890") B4A Library Dropbox SDK V2 - Java - DonManfred (first post) Dec 21, 2023 (4 reactions) meta As Map, error As String)
End Sub
Sub dbxFiles_Restore(success As Boolean, meta As FileMetadata, error As String)
End Sub
Sub dbxFiles_UploadFinished(success As Boolean, meta As FileMetadata, error As String)
End Sub
Sub dbxUsers_getAccount(account As BasicAccount)
Log($"dbxUsers_getA B4A Tutorial Dropbox SDK V2 - Uploading big files to Dropbox - DonManfred May 20, 2018 (4 reactions) Sub dbxFiles_UploadFinished(success As Boolean, metaObj As Object, sessionId As String) Dim meta As FileMetadata = metaObj Log($"dbxFiles_UploadFinished(${success} Session ${sessionId} -> ${meta})"$) End Sub will be raised to inform about the finished upload. I´ve tried it with a some big B4A Question Help!!! PostMultipart Video Files to server using WaitFor and Php - Mashiane (first post) Sep 02, 2017 (1 reaction) filename,"nophoto.png")
modMashiane.GetPNG(btnTakePicture,"photon.png")
'get the file and process it
Dim fLoc As String
fLoc = File.Combine(File.DirRootExternal,"Videos/" & filename)
If File.Exists("",fLoc) = True Then
'upload the file to the server
modMashiane.sh B4J Library Dropbox SDK V2 - DonManfred (first post) May 21, 2018 (4 reactions) Uploading of Big Files
Sub Button1_Click
Dim filename As String = "bremen.map"
Dim path As String = "E:\OSM"
dbxFiles.uploadsession(path,filename,File.Size(path,filename),0,"","/testupload4j/", dbxFiles.WriteModeOVERWRITE)
End Sub
The Corresponding Events are as follows
Sub dbxFiles B4A Question Dropboxv2 0.65 Link error : Failed resolution of: Lkotlin/jvm/internal/Intrinsics - Juan Vargas (Bioagro) (first post) Dec 29, 2023 metaObj As Object, info As String, localpath As String, localfilename As String) Dim meta As FileMetadata = metaObj Log($"dbxFiles_UploadFinished(${success} Localpath ${localpath} -> Localfilename ${localfilename} -> ${meta})"$) Log($"dbxFiles_UploadFinished(${success} Info ${info})"$) Page: 1 2 3 4 5 6 7 Powered by ColBERT |