Forum Discussion

brengl's avatar
brengl
Contributor
7 months ago

API 2.0 error 605, api.request body size limitation

Hi, I am scripting the creation of articles using the API 2.0 and  multipart FORM  POST that contains a rather lengthy HTML table of data in the message body, along with 2 file attachments.  I am ru...
  • brengl's avatar
    7 months ago

    I am now trying a different approach, using the original API  V1 to post the message, then using v2.0 to update the message with the needed attachments, per Update message (khoros.com) . It is still not clear why v2.0 disallows the message body when v1 has no problem with it.