Things to keep in mind are the fact that a file uploaded through a normal Bubble uploader (image or file) will have an AWS file URL associated with it, which can be accessed through a dynamic expression to delete that file from the file manager.

So using the built in workflow to delete an uploaded file, in the URL you can do a dynamic expression like ‘current users profile image URL’ where the URL part needs to be accessed by clicking more after the profile image (if the user data type has a field for profile image) and that when deleting a data type, any files associated need to be deleted first, so that you don’t use that reference to the URL.

The other thing is to use the make file private and use attached to, although I am not sure if this actually makes it not visible to other users, so not likely the best thing for images meant to be displayed publicly.

1 Like