PDF upload file using Http Request Node

Describe the problem/error/question

Hi guys,
I’m trying to upload a pdf file in the blob storage of Printix ( Printix Cloud Print API) but failed to do it. For context, I will submit a PDF file in the form then generate an upload link using the ‘Submit Job Print’ node and at the same time merge it with the binary file to upload it using the ‘Upload File’. Here’s my settings for ‘Upload File’ node



Please help me to execute and upload successfully the file.
Thank you in advance.

What is the error message (if any)?

I got status code 201 but the content-length is 0, which means no file being uploaded

Please share your workflow

content-length: 0 in the response would mean that the response body is empty, not the request body, right?

yes, that’s right

So, 201 with content-length: 0 means that something (likely a printing job) was “Created” and the remote endpoint didn’t return any data in the body. Doesn’t sound like a problem yet :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.