The DropBox API provides 2 methods for uploading.
- Simple upload (file size limited to 150 MB)
- Resumable upload (upload of files larger than 150MB allowed)
Unfortunately only method 1 is currently supported in TMS FMX Cloud Pack.
We'll have to investigate if method 2, which introduces a number of extra complexities, can be supported in the future.