I'm using the java api client in v3.7.6 java api client to call virus scan file api.
The most time when I'm trying to upload a file with > 20MB everything is ok and I get a result but in some cases (I don't know when and why) the same file leads to timeout exception.
com.my.project.exceptions.ApiException: java.net.SocketTimeoutException: timeout
at com.cloudmersive.client.invoker.ApiClient.execute(ApiClient.java:845)
at com.cloudmersive.client.ScanApi.scanFileWithHttpInfo(ScanApi.java:148)
at com.cloudmersive.client.ScanApi.scanFile(ScanApi.java:134)
....
I tried to reproduce this issue with a file with 250MB to check whether it is really a time issue, but this timeout throws after 7 seconds, so this could not be an issue. Looks like on server side something timeouts which I can not influence.
I'm using the java api client in v3.7.6 java api client to call virus scan file api.
The most time when I'm trying to upload a file with > 20MB everything is ok and I get a result but in some cases (I don't know when and why) the same file leads to timeout exception.
I tried to reproduce this issue with a file with 250MB to check whether it is really a time issue, but this timeout throws after 7 seconds, so this could not be an issue. Looks like on server side something timeouts which I can not influence.