I am trying to download a whole folder (all sub folders and files under this folder should be downloaded) on iOS, but I keep getting 'the request timed out' error, like this:
Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={NSUnderlyingError=0x14f988de0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, NSErrorFailingURLStringKey=https://content.dropboxapi.com/1/files/auto/Camera Uploads/2015-10-21 18.02.10.jpg, NSErrorFailingURLKey=https://content.dropboxapi.com/1/files/auto/Camera Uploads/2015-10-21 18.02.10.jpg, _kCFStreamErrorDomainKey=4, _kCFStreamErrorCodeKey=-2102, NSLocalizedDescription=The request timed out.}
Is it because that there are a lot of HTTP GET requests happened in a small time interval so that the dropbox server banned the request? How can I do to prevent it? What is the time interval that can bypass the dropbox server so that I can download a whole folder altogether?