I am going to try to make an app for storing and handling big files for 2 users. The app will be an intranet. What is the best way to do this all internally in the Bubble app as “natively” as possible, meaning that users only need to log into the app to upload, see files, download, delete etc and not log in to to first their app account and then some external login screen. Is this possible with Bubble? The filesizes to be uploaded are big as well and the users will need 1TB storage space.
For storage - you get 10GB in your plan and then each additional 10GB is $10/Mo. So that the storage space isn’t cheap.
With logging in - are looking to make another app’s login work for Bubble, or something else? I don’t quite follow. Bubble makes it easy to have it’s own login and show some content to logged out users and other, personalized content to logged in users if that’s what you’re asking.
I know we only get 10GB in bubble paid plans, but that would be too little and as I will need 1TB storage space, the Bubble solution will be quite expensive, I guess.
I would probably need an external storage service thing, like Box, but will the 2 users logging in to the app see any traces of Box in any way? How would an app integrated with Box look like with my needs?
I hope I am clearer now? Also, sorry, english is not my native language, but I try as hard as I can
Yeah, I’d recommend you reach out to Bubble and ask if they can offer any discounts because of your scale. My guess is no, but worth a shot.
And, if that doesn’t pan out, then I’d look at using something like Amazon S3 - it’s the same storage Bubble uses (and many websites use for that matter). You could integrate with their storage through an API so your users wouldn’t need to log into anything else.
I’d imagine other cloud products offer a similar storage solution (e.g., Google, Microsoft, etc.) so you could look at those as well.