I’m looking for a simple cloud storage option.
I have a very simple app - which ideally i would like to just access a shared google sheet… but the sheet would be unique per user ( or URL if shared between multiple people) and stored within their own google account - which means i’d need auth access to every users account.
SO…
I could build this in my own azure database… but ideally i don’t want to look after the users data.
I want a user to be able to share their stored data with another user ( its not got any sensitive data in it… its just a bit tick list )
I want it in the cloud so it can be edited remotely and shared.
Even if the data stored is just a big JSON file… i’m not fussy
So any help much appreciated