Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
YanivB
2 years 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...
- 2 years ago
You are awesome !
Thanks the guidance.
Здравко
2 years 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).
YanivB
2 years 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 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!