Hello,
I am trying to implement the following:
A bubble page that just takes a parameter and returns ONLY a file stored on bubble.io
like http://somebubbleappname.bubble.io/pagename?ID=123 (fictious)
Currently I get this to work but it does load an empty page and then the file. I just cant get around to have just the file returned.
This is part of a more complex workflow where an external API is involved that requires requesting a file from the bubble app.
So, my bubble app page makes an request to an external API, passing a parameter, the external API requests one or more files from my bubble app, processes them and then returns a file as result of the initial API call.
Any ideas?