We are doing scale testing of our application,which makes a lot of API calls to dropbox from AWS.
Previously we hit the rate limit exceeded and now we get peer shut down by dropbox when trying to download the file.
We would like to know is there any throttling based on IP.Below is the error stack trace:
Caused by: com.dropbox.core.NetworkIOException: SSL peer shut down incorrectly
at com.dropbox.core.DbxDownloader.download(DbxDownloader.java:115)
Caused by: com.dropbox.core.util.IOUtil$ReadException: SSL peer shut down incorrectly
at com.dropbox.core.util.IOUtil.copyStreamToStream(IOUtil.java:53)
at com.dropbox.core.util.IOUtil.copyStreamToStream(IOUtil.java:68)
at com.dropbox.core.util.IOUtil.copyStreamToStream(IOUtil.java:43)
at com.dropbox.core.DbxDownloader.download(DbxDownloader.java:109)
... 32 more