We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
odoerlek
6 months agoExplorer | Level 3
Issues with Token Expiry and Auto-Refreshing in SwiftyDropbox for multiusers
Hi everyone, I'm having trouble with managing multiple users in my app using SwiftyDropbox. While I can connect users, their tokens are expiring and not auto-refreshing as expected. Here are some...
Здравко
6 months agoLegendary | Level 20
odoerlek wrote:... While I can connect users, their tokens are expiring and not auto-refreshing as expected.
...
Hi odoerlek,
I don't know what you expect to be, but to work refresh process, your Dropbox client object needs to be initialized with refresh token as well as other credentials like application key, not only access token, as you do:
odoerlek wrote:...
...
self.clients[tokenUid] = DropboxClient(accessToken: accessToken.accessToken)
...
...
Hope this gives direction.
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!