Hi,
I am developing an outlook add-in that will have Dropbox Chooser implementation in it.
To use the Dropbox Chooser, the user needs an app key to pass to
Dropbox.choose(options);
My question is, to give the user a better experience, can I create the app on behalf of the user ( after authentication) and retrieve the app key to use on my code?