function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pwllcpwllc 

Exceeded max size limit of 100000

Hi,

 

I am using the Force.com Amazon Webservices Toolkit. I have 2 issues here  -

 

1. When I use the WSDL2APEX "GetObject" method, I get an error - Unable to parse the callout response. I had run into a similar issue in March 09 with the CopyObject method and was asked a HTTP request/respose wrapper to make the calls.

 

2. GetObject works with the HttpRequest/Response calls. Now, I get the error  "Exceeded max size limit of 100000". The file on Amazon S3 is about 120 KB. As per documentation, the max limit for a SOAP callout is 1 MB. So, the file is definitely within the limits. Why am I getting this error ?

 

 

dke01dke01

Did you find a solution to this?  I think the limit is still 100Kb for the until the next release when it will become 1Mb,   This is still too small.

 

Does this limit apply to HTTPRequest for sending files? Or only for HTTPResponse?

For the Response I just redirect the browsers URL to the file on S3

WilmerWilmer
Hi, I'm planning to use this toolkit to be able to upload and then, visualize loaded files (PDF) from Salesforce. Question, Does the 100KB still exist? or it has been increased to 1 MB as I read in another Post?

Thanks,

Wilmer