I want to develop some Chrome plugin with the Dropbox support to save user data files in user's Dropbox account.
- User should login Dropbox account
- User data should be stored in JSON format in Dropbox
So, is it possible to realize such integration scenario just using the Dropbox Javascipt API ? OR What will be the steps to achieve such purpose ?
Thanks,