You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

nilesh123's avatar
nilesh123
Explorer | Level 3
7 years ago

What is the call for logout from current Dropbox account?

What is the call for logout from current Dropbox account?   I followed exactly same procedure to configure my project using SwiftyDropbox.   I have called this to logout button in my code: ...
  • Greg-DB's avatar
    7 years ago
    That's correct, the unlinkClients method clears the access tokens stored by the SDK, but it does not sign the user of the Dropbox web site in the browser. (The API access tokens are separate from the web site session.)

    The user can sign out (and sign back in, if they want) manually on the web site. Or, if necessary, the app can direct them to https://www.dropbox.com/logout .