Forum Discussion

bliss's avatar
bliss
Explorer | Level 3
8 years ago

Login authorisation APIV2

I am usin this metod in-viewdidLoad to authorize loginf rom the login browser controller of dropbox.

 

 

 [DBClientsManager authorizeFromController:[UIApplication sharedApplication]
                                   controller:self
                                      openURL:^(NSURL *url)
     {
         [[UIApplication sharedApplication] openURL:url];
         
     }];

 

but after first time it is approved and when i cam again at the same screen again it appears the Dropbox browser login controller. How i can avoid this once it approve the authorization.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 5 hours ago
350 Following

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 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!