Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
thalychris
Contributor
Contributor

Upload file to REST API using tFileFetch

Hello,

 

I am trying to upload a PDF file to a Sitecore Media Library.

I managed to do this very easily with Postman. My files get uploaded without any issue.


After many research in Talend, I've tried to use the component tFileFetch.


So some reason I can' t explain, I get a HTTP 200 - OK response in the header but in the body I get :

{

    "statusCode": 400,

    "error": {

        "message": "No files are being uploaded"

    }

}

 

It seems like the component is ignoring the parameters (file) that I am sending.
Below are some screenshots showing how I've setup the tFileFetch component.

 

0683p000009MZpC.png0683p000009MZqs.png

 

Don't know what I am missing here.

Any help you be greatly appreciated.

This is critical that I get this working.

 

Chris

Labels (5)
0 Replies