-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to authenticate multiple accounts in app without checking account‘s password again #160
Comments
|
To keep access to both accounts, do not call |
Will The access token never be changed if I don't tokenRevoke it? |
|
By default, the token is valid for years. However, the user can choose to invalidate the token using this page: https://www.dropbox.com/account/connected_apps If the token expires or the user invalidates the token, when you try to make an API call with that token, you'll get an |
|
@cakoose |
|
@cakoose So i try to slove it again.but it failed
|
|
You'll need a client for the new access token. Are you using |
|
I got it. and it works , the following step
|
I create a app Dropbox API.
I have about@123.com and run@123.com accounts. and authenticate them with one by one.
I log in " about@123.com "

My question is that When I switch to run@123.com account, how can I authenticate run@123.com without its password ?
The following steps
tokenRevoke()The question: how to authenticate in run@123.com without input password.
(Note: Both about@123.com and run@123.com were authenticated a few hours ago)
The text was updated successfully, but these errors were encountered: