How to sync data using google drive? Upload and download to drive works but I want to implement auto syncing

139 Views Asked by At

I use drive api in my note app and sqlite database. The user can upload database.db file to drive and download it whenever they want, but here I want the app be able to sync data automatically whenever the user makes an update, add or delete a note, they should see the changes in all devices with the same account. My question is, how to sync data among devices that has the same google account in real time?

0

There are 0 best solutions below