Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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 DBClientsManager authorizeFromController.... I have empty white screen and input in log
DBSDKReachability Flag Status: -R ------- networkStatusForFlags
-canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
-canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
I use only iPad.
I upgraded project from api v1 -> v2 by instruction
<key>LSApplicationQueriesSchemes</key> <array> <string>dbapi-8-emm</string> <string>dbapi-2</string> </array>
If installed Dropbox app all works as well. Also I tried Clear project and remove DerivedData.
Please help.
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) button
Login screen into app
Login in Dropbox app with api 2.0
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.
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!