Error when uploading data into Salesforce
We are receiving the following error when uploading data into Salesforce.
ServiceException: EXCEEDED_MAX_SIZE_REQUEST: size of unauthenticated request is too large
The data being sent to Salesforce is approx 19kb. We examined the upload and we can't see anything abnormal.
0
-
That error message is generated by the Salesforce Web service. From Salesforce
- EXCEEDED_MAX_SIZE_REQUEST The size of the message sent to the API exceeded 50 MB.
Since your data isn't that large, can you double check your call is going to the correct web service i.e. Is the the serverUrl returned from the login call being used?. If not your create call is actually going to the login server, where the request is too large to be handled.
0
Post is closed for comments.
Comments
1 comment