Using Google Spreadsheets as a Database

I have just gone through and fixed all the images in the original post.

Please keep in mind I created this back in 2015. I am no longer offering support for any issues you might experience. If you are having problems, please ask here and somebody else might be able to help you.

What I’ve found, is that when you set the db. It comes up with the 405 error, but still actually works.
:woman_shrugging:.
If anyone can fix it please let me know.
PS: I do pcall the PostAsync.

2 Likes

Nice.
Maybe I’ll use it as a database one day, sounds cool.

Google :clap: Spreadsheets :clap: is not a database.
Do not treat it like one, you get less of a request budget every time you send one, and if you’re sending a lot you might not get access to your data for a while.

Just use DataStores for now.

4 Likes

Surprised I actually found this, since I fiddled about with the url, since the url a post was referring to was this post, altho it was a old domain, back when developer.roblox.com was not documentation

Agreed with the fact that spreadsheets is not a database. However, that doesn’t mean we should stick with Datastores. Firebase would be a good alternative, and yes eventually if your game gets super popular you will have to pay some small fees but it might be worth it. It all depends with what you are doing and why you may need an external database.

I feel like using it as a backup could be useful. Oh, your data wasn’t saved? Oh no problemo let me see if you have anything on our spreadsheet!!

Having a backup is good however, using spreadsheets would not be efficient. The more you add to spreadsheets the slower it gets.

What is the key and the value? And what is the scriptID?

for the love of God, do not use google sheets as a database