Calling document api to create document from content

System
System Administrator Member
edited October 25 in Thrust Services #1
This discussion was created from comments split from: NEW! Core Signature Service.
Tagged:

Comments

  • Hi @Manoj K M & team , I have signed up for free trial subscription of Core Signature. While calling document api to create document from content, getting Server error 500 as response. And while calling document api to create document from url, getting error as { "non_field_errors": [ "File name cannot contain the following special characters: '=' and '@'" ]}. Can you please guide on how to proceed further.

  • Manoj K M
    Manoj K M E Member
    edited August 20 #3

    Hi @Mrudhula ,

    For the file name we have restrictions, we are not allowing '=' and '@' characters in the file name,
    So, "non_field_errors" we get when the file name is having any of these characters.

    500 server error is when the file_from_content is not in proper base64 format, can you please try with this sample file from content in the file attached

  • Dataflow
    Dataflow New User
    edited August 20 #4

    yes i was also having same issue

  • Thanks a lot @Manoj K M, it is working now. I was giving direct string content instead of base64 format.

  • hi @Dataflow ,

    Were you able to solve the issue with the above-mentioned method?