We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
YanivB
11 months agoHelpful | Level 6
reauthorizeClient
Hi, i get access token in my ios app using dropbox api. i want to reauthenticate in the same app on other device using these access token. How can it be done (in Swift code lang) ? all wo...
- 11 months ago
You are awesome !
Thanks the guidance.
YanivB
Helpful | Level 6
If I have the token (as string) can you share example how to use the DropboxOAuthManager storeAccessToken func ?
Greg-DB
11 months agoDropbox Staff
I don't believe we have example code for using that. Perhaps you could share the relevant piece of code you have so far and show what you're stuck on (e.g., any unexpected error/output)? Be sure to redact any actual access/refresh tokens though.
- YanivB11 months agoHelpful | Level 6
1. This is the func for the dropboxOAuth process:
2. after a success, i get the Token from here:
3. Than when the app init, I use this reauthorizeClient :
From this point all works well.
The problem is only on the device that the dropboxOAuth process made, when trying on other device non works....
* You suggested to use the DropboxOAuthManager storeAccessToken.
But i dont see the storeAccessToken func gets as parameter a String for the Token value....
So I asked clarification from you please, how to use that func when I have the Token (As String) saved in my app.
thanks in advance!!!
- Здравко11 months agoLegendary | Level 20
YanivB wrote:...
3. Than when the app init, I use this reauthorizeClient :...
Hi YanivB,
Why you decide that reauthorizeClient accepts access token? Take a closer look on method declaration and you'll see it accepts user ID (behind which there should be stored already some access token). In other words, you cannot pass access token in such a way.
By the way, passing access token with string (alone) will limit the time your application will be usable with a single token assignment. All access tokens at present are short lived! Just a reminding that for long term access you will need to deal with refresh token (eventually included within AccessToken object).
- YanivB11 months agoHelpful | Level 6
Hi,
Regarding the "Why you decide that reauthorizeClient accepts access token?" question, because that is the only parameter (As String) i see from SDK that present:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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 or Facebook.
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!