Skip to main content

Error when uploading data into Salesforce

Comments

1 comment

  • David Paras

    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.