Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Mixware
8 years agoExplorer | Level 3
How to relink a user (revoke) using the javascript api.
Can anyone show me an example how to use the javascript api to revoke and then let the user re-link to Dropbox?
Mixware
8 years agoExplorer | Level 3
I think this works, right!
var DROPBOX_APP_KEY = 'mydropboxappkey';
var dbx = new Dropbox({clientId:DROPBOX_APP_KEY});
dbx.authTokenRevoke(
function()
{
});
But then I am still logged in until I restart my app.
Anything I can do to re-link without restarting my app?
Mixware
8 years agoExplorer | Level 3
Okay. I did not see your latest reply befor I posted my last one.
I will study that!
I will study that!
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!