Smaller Chunks of Data
- by Googler
I am using a web service to fetch a large amount of data. While sending the request, i receive an error as:
Error: ** Please request data in smaller chunks.**
Is this a problem with the web services i am fetching the information or a normal rule for fetching the data through internet.
May i know the cause of this problem and also how to send the data in smaller chunks to avoid this error.