Backendless Version
com.backendless:backendless:6.3.4
Cloud 9
Client SDK
Java
Application ID
7E2B6F4D-30C8-734C-FF85-4B835F84EB00
Expected Behavior
Please describe the expected behavior of the issue, starting from the first action.
- Calling List sessionsToProcess = Backendless.Files.listing(“sessions”, “*”, false, pageSize, offsetSessions);
- The call returns with a list of files
Actual Behavior
Please provide a description of what actually happens, working from the same starting point.
Be descriptive: “it doesn’t work” does not describe what the behavior actually is – instead, say “the request returns a 400 error with message XXX”. Copy and paste your logs, and include any URLs.
- Calling List sessionsToProcess = Backendless.Files.listing(“sessions”, “*”, false, pageSize, offsetSessions);
- getting com.backendless.exceptions.BackendlessException: Read timed out
Caused by: java.net.SocketTimeoutException: Read timed out
Remarks
I suspect this might happen because there are too many files in the folder (roughly 17.000, 2.5GB). In the web UI, this takes about 10s to load. Please advise if i can speed up the call, or increase the call timeout somehow.