Hello everyone,
In my Bubble app, users upload images that are then processed by the OpenAI API. Currently, I’m using the PictureUploader, which stores images publicly.
I want both uploaded images and those generated by OpenAI to be stored as private files. However, OpenAI requires a publicly accessible URL to fetch the image.
What is the best practice for securely sending private files to an external API like OpenAI, ensuring that the files remain private within Bubble?
Any guidance or examples would be greatly appreciated!