PhoneGap & DropBox

I have a PhoneGap app and would like to allow a user to backup/restore iOS and Andriod files to their personal DropBox. Has anyone used this plugin: # com.telerik.dropbox?

How else could I backup/restore an SQLite DB?

The Dropbox Sync API was deprecated several years ago:

If you want to back up and restore an SQLite database, the SQLExport and SQLImport functions are useful:
https://wiki.appstudio.dev/SqlExport
https://wiki.appstudio.dev/SqlImport