cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Base 64 file - POSTMAN Raw Body

ValeCaffa
Champ in-the-making
Champ in-the-making
Hello, good afternoon. How are they doing?

I am trying to upload a base 64 file from Alfresco with the following JSON. But it is not working for me. 
The body is the following:

{
"filedata":"archive_base_64",
"relativePath":"Sieties/carta-de-porte/docLibrary/upload_cp"
}

If I test these parameters with the form-date body, it uploads the file to the folder that I am indicating. But from the raw it is not working for me: It gives me the following error:
"errorKey": "Could not read content from HTTP request body: Unrecognized field \"filedata\". Could anyone do what I'm looking for, could you help me?
     
 
1 ACCEPTED ANSWER

robinp
Confirmed Champ
Confirmed Champ

Hi,

it's all explained in the swagger documentation

Hope it helps

View answer in original post

1 REPLY 1

robinp
Confirmed Champ
Confirmed Champ

Hi,

it's all explained in the swagger documentation

Hope it helps