We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Nagalakshmi
8 years agoExplorer | Level 3
Equivalent of [[DBSession sharedSession] isLinked] in API v2.
I have developed an iOS app which already used Dropbox API v1, now migrating to v2. What is the equivalent of [[DBSession sharedSession] isLinked] in API v2 ? Please let me know. I have used [DBCl...
- 8 years ago
Checking DBClientsManager authorizedClient is the equivalent in the API v2 SDK. The account is automatically persisted for you though, so the user won't have to manually authorize the app each time. If you want to remove the stored account(s), you can use unlinkAndResetClients or unlinkAndResetClient.
Greg-DB
8 years agoDropbox Staff
Checking DBClientsManager authorizedClient is the equivalent in the API v2 SDK. The account is automatically persisted for you though, so the user won't have to manually authorize the app each time. If you want to remove the stored account(s), you can use unlinkAndResetClients or unlinkAndResetClient.
- Nagalakshmi8 years agoExplorer | Level 3
Thank you Greg for the confirmation
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,878 PostsLatest Activity: 3 hours 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!