Search code examples
dropboxdropbox-api

Freezing on Upload by API


I am trying to upload big file with the Dropbox API, I am using the code from this example

GitHub

(Edit) (I have try to upload 16MB and 200MB files) freeze at the 122 line of the example from the GitHub.

I am using dropbox-core-sdk-3.0.3.jar

I am doing anything wrong?

Thanks


Solution

  • From the example of the GitHub, I have lower the CHUNKED SIZE to 1MB and now it is working.