Hi @lscanlan,
thanks for the reply.
This is the code for the upload of the file:
I’m using node.js with request-promise.
I push online also some css files with the same code and no issue at all.
Anyway, I’ve tried to escape the code and push with Postman, but I’m getting and error too also here.
The error is:
For better readability:
{
"status": "error",
"message": "Unexpected character ('!' (code 33)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')\n at [Source: java.io.SequenceInputStream@685cc824; line: 1, column: 2]",
"correlationId": "475591be-0449-416b-a2f3-b85ce16b19ab",
"requestId": "77dc2b829c8615b438db84ce78c13ff6"
}
Thanks for the support.
Guido

