Integration with Dropbox

Hello, I’m developing an app for both IOS and Android device using Sqlite Db.
I would like to integrate my app with dropbox to upload the database for storage usage.

Could any one help me to do this?

Are there any simple plugin to sync with dropbox or are there some example of this integration?

Thank’s for your help.

There is an article regarding using Dropbox as a data store on my list of Ionic Resources.

Afaik the article uses the datastore API which was deprecated by Dropbox mid of 2015. Are you aware of other tutorials which make use of the latest API?

Thanks in advance :wink:

Hi, I just found this, maybe you can use it, and also for people searching for this in the future :slight_smile: http://www.joshmorony.com/integrating-ionic-2-with-the-dropbox-api-part-1/

ps. I didn’t try it…