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.
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
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?