Yeah, bit strange there’s no ‘Make this file private’ checkbox with the ‘Thing to attach to’ field that other plugins (not even built by Bubble) use.
By the way, I haven’t found a way to scrape Bubble’s file manager to identify public files other than by using brute force.
Bubble stores each file with a unique ID, and the file name. You need to know both of these to access it, and there’s no obvious endpoint that allows you to search for all public files on an app you aren’t a collaborator on.
There is an endpoint that allows you to programatically retrieve any files in your file manager, and programatically read/delete them, but you require access to the app’s editor to do so.
Still, being unlikely to find something doesn’t make it secure.
2 Likes