File size limitation for uploading to Dropbox?

The DropBox API provides 2 methods for uploading.

  1. Simple upload (file size limited to 150 MB)
  2. 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.

1 Like