'Failed to fetch' error prevents access to files

Each time I pass a PDF url to MindStudio from my bubble app, it is unable to access/parse the doc. I added an api token from bubble, but if I try to view it in the MindStudio debugger, I get a ‘failed to fetch’ message. Any ideas how I can fix this?

When I paste the same link into an incognito browser window, it works fine.

Just to be confirm, I can’t simply pass a PDF URL to any of the LLM models in MindStudio and have them parse the text, can I? That would be a potential solution, but my understanding is that I need to parse the text before sending it to an LLM.

Hi @mikehochleutner,

You’re on the right path. To extract the file contents, you’ll need to use a block like Extract Text from File.

Just make sure the URL follows this format: https://example.com/document.pdf, and is less than 10 MB