Re-opening this issue: Adobe PDF Extract API Failed to Upload File to URI
Out of ideas after trying so many different combinations on the last HTTP PUT module. The response is always 200 OK but file size is 0.
This is the Adobe Extract API: https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/gettingstarted/
The hard part is the “–data-binary ‘@{{Placeholder for file path}}’”
Somehow this should be possible to do using Make.com - I assume.
This is the fileSize: 0 result.
Hi Tomas_Westerholm, try using Multipart/form-data in the body type
It works almost always but not here as Adobe only accepts “application/pdf”.
And.. I actually just figured out that the file upload DOES WORK. My issue was on the further steps where we need to use values from returned HEADERS which I did not grasp before.
Needed to place “application/pdf” at Value field and the file binary at “Request content” field as seen on image.
3 Likes
Here’s how the response value from Headers is placed inside the next module URL address: