I’m working to integrate the PDF.co API. I have had similar troubles to other threads in the past, but I think I now understand the underlying issue.
The API requires a direct download URL, if you have one it works without issue. In my use case the file is uploaded to the Bubble database and referenced from there instead of asking the user to paste a URL.
The URL provided by the Bubble database previews the file before allowing it to be downloaded, but the API cannot use that.
Is there a way to generate a link from the database that’s direct to download?