We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
devnet1985
6 years agoExplorer | Level 3
App is not linked with Dropbox!
I have an App in which I can share and upload my photos and video on dropbox, it was working fine but after iOS 14 released it's stopped working and I am getting an error when I clicked on share with dropbox "APP IS NOT LINKED WITH DROPBOX !"
I've also using latest Dropbox sdk into my code.
3 Replies
- Greg-DB6 years ago
Dropbox Community Moderator
I'll be happy to help with any issues you're having with the Dropbox API/SDK, but I'll need some more information. Please reply with:
- the name and version number of the platform and SDK/library you are using (there are several different SDKs)
- the steps to reproduce the issue, including relevant code snippet(s)
- the full text of any error or unexpected output from the API
- devnet19856 years agoExplorer | Level 3
Hi Greg.
Thanks for your quick response.
I've shared the requested details, please check.
1: I am using Dropbox Sdk using Cocoapods into my iOS Native App built in Objective C language.
2: I've attached the screenshot of my code, Pleasae check the attachment.
3:unexpected output from the API
DANCEvision[6709:186765] -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
- Greg-DB6 years ago
Dropbox Community Moderator
Thanks for the information! From your code, I see you're actually trying to use methods from the old retired Dropbox API v1 iOS SDK.
Please instead install the Dropbox API v2 Objective-C SDK and follow the instructions to set it up here:
About Discuss Dropbox Developer & API
Make connections with 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!