Skip to main content
Participant
January 30, 2025
Question

PDF Extract Service API fails with Error Code 404 - Asset Not Found

  • January 30, 2025
  • 0 replies
  • 159 views

HEllo,

I’m trying to automate the process of extracting text from a PDF using make.com and the Adobe Services API. Here’s the sequence I’m following:

  1. Upload the PDF from Google Drive.
  2. Use the HTTP module to generate an access token to authenticate with Adobe Services.
  3. Upload the PDF to Adobe Cloud: After uploading, I receive an assetID and an uploadUri.
  4. Extract text from the uploaded PDF: I use the Adobe Services API to extract the text from the uploaded PDF.

However, when attempting to extract the text from the uploaded PDF, I receive the following error:

Error: 404 Not Found

  • {"error":{"code":"NOT_FOUND","message":"Asset Not Found."}}

This error suggests that the document might not have been properly uploaded to Adobe Cloud, even though I have received an assetID and an uploadUri from the previous upload step.

I’ve tested all steps using Postman, and everything seems fine, as the file is successfully uploaded and I receive the assetID. However, when attempting to extract the text, I keep getting the 404 error indicating that the asset cannot be found.

I really don't know what I should do?

Could somebody help me please? thank you.