dropbox-sdk-obj-c
dropbox-sdk-obj-c copied to clipboard
[IOS] authorizeFromControllerV2 no response when Dropbox app installed
- It works fine after remove Dropbox app from iPhone
Hi @jimmyshiau
Could you provide more information as to what the issue you are encountering is? Such as steps to replicate.
- IOS 18.2.1
- Dropbox app: 446.2.2
DBScopeRequest *scopeRequest = [[DBScopeRequest alloc] initWithScopeType:DBScopeTypeUser
scopes:@[]
includeGrantedScopes:NO];
[DBClientsManager authorizeFromControllerV2:[UIApplication sharedApplication]
controller:[[self class] topMostController]
loadingStatusDelegate:nil
openURL:^(NSURL *url) { [[UIApplication sharedApplication] openURL:url]; }
scopeRequest:scopeRequest];
- It works fine when Dropbox app not install in my iPhone
- You can try to install IOS Dropbox app then call the function, it no response when I try to call
authorizeFromControllerV2
@jimmyshiau
Thanks for the additional information! We're investigating this API issue. We'll follow up here once we have an update.