Hello!
Even though there are many threads on this topic already, I was not really able to find a solution to my problem.
I have a database of users where I store various data about them, including profile pictures, and images of their IDs to verify them. A couple of days ago bubble notified me that my storage is 60% full. I tried to delete the files with the following method, but it did not seem to work, since my occupied storage has not shrunk since that.
My database looks like this:
I have three problems to tackle:
1 create a workflow that deletes all the remaining ID pictures from my file storage, for all users, possibly not one by one.
2 check if there are any orphan files left in the database and delete them as well.
3 create a permanent logic that removes the ID pictures after the verification has been made.
Currently, I am using the following workflow to delete the ID pictures from the database
I would be really grateful if you could help me with this since I am quite new at using Bubble.
Thanks a lot