Hey there,
I am using an external amazon S3 database. I want users to be able to download their files. They click an icon and I run a GET request on the S3 URL and at this point Bubble automatically adds the file to the Bubble Database.
I can then download the file with the download file plugin and specify the result of step 1 (the get request to S3) and give a filename of a random string.
As it seems Bubble is automatically adding these files to the database without attaching to any data structure, is there a way that I can clean them up after this happens or prevent it from happening at all? I see that we now have like 13,000 files created this way so it isn’t really ideal to go into the file manager and delete them manually but we made our app this way as we knew we’d hit the expensive bubble limits but this is a major blocker.
Any ideas are welcome.