Forum Discussion

devnet1985's avatar
devnet1985
Explorer | Level 3
5 years ago

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's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox 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
    • devnet1985's avatar
      devnet1985
      Explorer | 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's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox 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:

         

        https://github.com/dropbox/dropbox-sdk-obj-c