We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
m-grachev
9 years agoExplorer | Level 3
Upgrade api v1 to v2 (objective-c)
I import ObjectiveDropboxOfficial sdk in my project. But I have a problem with logining without installed Dropbox app on device, and also on the simulator (iOS 9 and 10). After calling DBClientsMa...
Greg-DB
Dropbox Community Moderator
9 years agoIf the official Dropbox iOS app is installed, the SDK will automatically use that for the app authorization flow. (That way, the user doesn't have to sign in again.)
This message can happen when the SDK checks if the official app is installed, and this error code indicates that it is not. This should be safe to ignore though, as the SDK should automatically handle this and fall back to the in-app version of the authorization flow.
It sounds like that's where you're seeing a white screen though, instead of the app authorization page. Can you share a screenshot of your app at that point so we can make sure we understand what's happening? It sounds like there may be an issue loading the page, so make sure nothing is interfering with the network requests to www.dropbox.com.
Also, please let us know the version number of the SDK you have installed. Thanks in advance!
This message can happen when the SDK checks if the official app is installed, and this error code indicates that it is not. This should be safe to ignore though, as the SDK should automatically handle this and fall back to the in-app version of the authorization flow.
It sounds like that's where you're seeing a white screen though, instead of the app authorization page. Can you share a screenshot of your app at that point so we can make sure we understand what's happening? It sounds like there may be an issue loading the page, so make sure nothing is interfering with the network requests to www.dropbox.com.
Also, please let us know the version number of the SDK you have installed. Thanks in advance!
- m-grachev9 years agoExplorer | Level 3
I use 'ObjectiveDropboxOfficial', '3.0.18'
White screen move from right side on full screen.
I have internet connection.
In dropbox api v1 logging screen show from this controller without problem.
Also when I use ObjectiveDropboxOfficial with Dropbox app, I have message, what I use old Dropbox platform, see attached screenshot. Is it normal?Tap login(Import) buttonLogin screen into appLogin in Dropbox app with api 2.0- Stephen C.149 years ago
Dropbox Staff
It looks like you are receiving the API v1 deprecation warning because you have not yet acknowledged the API v1 deprecation.
Please login to Dropbox and go to https://www.dropbox.com/developers, and the click the acknowledge button on the big yellow banner that appears. Then, this warning will go away.
Please let me know if you have additional questions.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!