Hello,
we are using the POST API /v2/nodes to create a Document on our Content Server. The body of our request is:
{
"type": 144,
"parent_id": 5627091,
"name": "example.txt",
"file": "UXVlc3RvIMOoIHVuIGZpbGUgZGkgZXNlbXBpbw=="
}
but we get the following error: "error": "An illegal attempt was made to upload a document".
We tried the base64 encode. The user has full permissions to create documents in the folder.
Can anyone help us? Thank you.
Simone