Hi,
I'm writing a program in Swift/Objective-c to download a file that is shared on Dropbox. I have a link to the shared file. Does Dropbox allow such a download? Is there a Dropbox API for this operation? If there's no Dropbox API, does the normal URL request API's work with Dropbox? I have tried iOS NSURLConnection with no success, although I'm novice in Http connection programming. I would appreciate your help. Thanks!