Accessing file through api

Assume I upload a file, say a pdf or docx file and bubble gives me a url, for example:

//55555555555555555cf.cdn.bubble.io/f1684353t433t34869x94rgegergsghsgd00/whatever%20whatever%202023-05-01.docx

Can i use that url to send that file to an API or is there going to be some authorization needed so that a third party API can access that URL with the file?

That is a public file if the link doesn’t have a ton of parameters after it.

Perhaps this might be a silly question, but why do I see this when I enter the URL in my browser, even though it’s a public file?

image

You tried the entire URL not just file name? Also try adding https: in front of the link

I clicked on your link (I know is just a fake link) and I at least get an AWS “access denied” page saying it doesn’t exist.

yep, that was it. thanks!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.