I have created an automation via Zapier that allows me to upload directly to bubble all the attachments I receive by email (usually pdf).
However, I’m using a Microsoft Azure OCR plugin, and when I want to have these documents analyzed by microsoft, I get an error about the url of my file being wrong.
Does anyone have any idea what the problem is and how I can solve it?
I guess it might be the same problem with image URLs. You should probably add https: to the beginning of the urls. It might work then. The Bubble urls start with //.....
As a matter of fact, the uploader files with “File upload” contain an “https:” unlike the other save files which, as you said, are in “//…”.
What I find strange is that for files imported via a module on the site (a drag n drop file uploader), analysis via microsoft works perfectly, but not for files imported via Zapier, then uploaded to my files via the “file upload” plugin.
I’m getting notifications from bubble that there’s an error on the url and I don’t know how to solve this problem…