Android Question Upload by sessions in DropboxV2.

peter93

Member
Licensed User
Longtime User
I need to send some files more than 150 MB on Dropbox.
Is 150 MB limit for upload still valid ?
But the transfer by sessions is not implemented in DropboxV2.
Is it that the transfer by session will be implemented soon,
or another solution is it possible?
Thanks for your help.
 

DonManfred

Expert
Licensed User
Longtime User
The Upload of a File in ONE Piece is still limited to 150mb.

You are using which Library exactly? The Dropbox V2 JAVA or the HTTP Version?

If you are using the HTTP Version. The Source of the Class is available (B4A Code). Feel free to add the Missing Endpoints.

You can find the documentation here. https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start
https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2
https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish

Edit To add: The HTTP Version already includes upload_session-start/Append_v2 and finish
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
The Upload of a File in ONE Piece is still limited to 150mb.
Version 0.4 of the Library have now a completely rewritten Upload Method which uses a Session-Upload. I tested it yesterday with files from 10mb to 590mb (all successfully) though it will work with bigger files too i guess.

Edit: I´m now testing it with a 2.4GB big File...

 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…