I got the api to initialize however, when I am trying to run it through the backend, pdf.co give me this error.
"Invalid input url. Please set url to the link accessible without authentication or upload a file to API and use as a input link for other "
Has anyone ran into that before? Also, I have the workflow set to ignore privacy rules.
Jici
2
If this is Bubble stored fille, you need to add https: before file url. You can inspect logs to see what you are sending
I tried adding that but I am getting the same response. I check the log on pdf.co and it isnt even getting the url.
I figured it out. I had to remove the json safe from it and add the https:, thanks.