I'm use Dropbox android v1 API,Everything is work fine but upload a large file that has 520MB
For large files, you should use chunked uploading:
https://www.dropboxstatic.com/static/developers/dropbox-android-sdk-1.6.3-docs/com/dropbox/client2/DropboxAPI.ChunkedUploader.html
Thank you.It's useful.