I use the dropbox API to upload files.
It is latest API version.
Uploading is with chunks of 20MB .
Recently it stopped to work for big files. I notices it stops to work at chunk 32 .
All chunks before this are fine.
And then on nex chunk my script can not connect to to dropbox server
TCP connect to api-content.dropbox.com on a port 443 can not be established. It doesn't fail. It just hungs at connecting (and my timeout 5 sec doesn't affect)
What can it be? Any ideas?