You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

petepete717's avatar
petepete717
Helpful | Level 6
2 years ago

createSharedLinkWithSettings: Use external link in iOS app

I am creating a sharing link using    client.sharing.createSharedLinkWithSettings(path: "/MyTestPath").response { response, error in             if let link = response {                 let linkU...
  • petepete717's avatar
    petepete717
    2 years ago

    Thank you very much. I didn't understand that I needed to run the result through a switch statement as the ShareFolderLaunch returned is a Dropbox-union:

     

    client.share.shareFolder(path:"/MyTestPath").response { shareResult, error in

        switch shareResult {

            case .complete(let shareData):

                // Use metadata here

            case .asyncJobId(.....

     

    Now it works perfectly!

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 12 months ago
325 Following

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!