PDA

View Full Version : Store data into Google Drive



phabio
2018-11-07, 00:56
Hi all,
one question..
it's possible to create a local app with data stored into a Google Drive repository?

thanks
Fabio

barrymavin
2018-11-07, 01:58
Hi all,
one question..
it's possible to create a local app with data stored into a Google Drive repository?

thanks
Fabio

Google drive (and others) sync files in a random order of bytes and intervals.

It is not real time syncing and it may end up with a corrupted database.

Relational databases handle concurrent updates via row level locking.

Google drive knows nothing about this.

So the answer is no. Not recommended.

phabio
2018-11-07, 02:05
Ok thanks

Fabio