Well I have managed to upload and download my database to/from google drive using this and this.
But now I want to update my sqlite data. Supposed I have uploaded data with 20 entries and then a user inserted 3 new ones. Now I just want to append these 3 new entries. I have searched but can't find any good solution.
Is it possible with google drive or should i move to another good syncing API like Firebase?
Any help or suggestion would be fine.