Can I make Google Drive Spreadsheets act like a MySQL database?

后端 未结 3 862
情话喂你
情话喂你 2020-12-24 08:07

Can I use a Google Drive spreadsheet as if it were (similar to) a MySQL database?

I\'m thinking of using it as a player database for an HTML/JavaScript web game. Th

3条回答
  •  青春惊慌失措
    2020-12-24 08:35

    Without a server-side service that implements another authentication layer for client libraries and use Google auth to talk to Drive, this is not possible.

提交回复
热议问题