Upload Base 64 file - POSTMAN Raw Body

cancel
Showing results for 
Search instead for 
Did you mean: 
ValeCaffa
Member II

Upload Base 64 file - POSTMAN Raw Body

Jump to solution
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 Solution

Accepted Solutions
robinp
Partner

Re: Upload Base 64 file - POSTMAN Raw Body

Jump to solution

Hi,

it's all explained in the swagger documentation

Hope it helps

View solution in original post

1 Reply
robinp
Partner

Re: Upload Base 64 file - POSTMAN Raw Body

Jump to solution

Hi,

it's all explained in the swagger documentation

Hope it helps