Hello,
I have a cordova based app and I would like to provde the user with a buttom that when click will open the dropbox picker and allow the user to select a file. This file will be process by my app and will display some info to the user
How can I implement dropbox picker and file selection in my mobile cordova app
Thanks