I am thinking of using dropbox to provide capability for users to backup the local SQLite Database and restore it back. Basically I want to copy the db file to dropbox when backing up and copy it back when restoring.
To do this , which API should I use ? Sync API or Datastore Api? Any code example is appreciated
Thank you