Copy link to clipboard
Copied
Hi, im getting error when using the pdf operations (document generations, createpdf,extractpdf) I'm getting this error
Copy link to clipboard
Copied
Does the variable ASSETSID resolve? Did you mean ASSETID?
Copy link to clipboard
Copied
Hi @Raymond Camden , I've change the variable to the value itself, and here's my new result,
these is my product & services
is there is need to authorize to do the document generation?
Copy link to clipboard
Copied
I'd say check and ensure the authorization values are being passed correctly. If you can get an access token, upload a document, then your credentials are good. Maybe run them again if you tested with just this last step today.
Copy link to clipboard
Copied
I've rerun the cycle from getting the token, then uploading the assets, then checking the assets metadata, when creating the jobs or document generation, the error is "code": "UNAUTHORIZED", is there I need to do with my console to authorize it?
Copy link to clipboard
Copied
just an update @Raymond Camden , I cleaned the process once again, then, I successfully returned ng 201 created status on documentgeneration and createpdf, but I don't know where the file was created.
Copy link to clipboard
Copied
Update again, i just found the file, but I don't think whats wrong, when I get the downloadUri that returned from get-status, the documents generated was the same as the one that I uploaded from the assets. please help me to understand the process.
Copy link to clipboard
Copied
Update again, I see the problem, the object that I used on the documents was not correct—already getting the result that I want. thank you very much for your response on my problem