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 [DBClientsManager authorizedClient], but every time, it is giving "YES" only. It is not asking for dropbox permission for the first time.