One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
devnet1985
5 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.
- Greg-DB
Dropbox Staff
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
- devnet1985Explorer | 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-DB
Dropbox Staff
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 developers804 PostsLatest Activity: 4 days ago
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!