when I want to download a json file of 4,7MB the response is empty. I tried with the SDK using dbx.filesDownload({ path: file }) and with a HTTP request on 'https://content.dropboxapi.com/2/files/download'. In Fiddler I get the message:
[Fiddler] ReadResponse() failed: The server did not return a complete response for this request. Server returned
3.261.611 bytes.
Other files in the same folder download without problem. Download from Dropbox site works fine, the JSON is validated ok.
What could be the problem ?