How to download a Dropbox share linkage (aimed at a zip file) to local
dropbox, dropbox-api, ios
Solution
i think you can try this: change your sharable link to: https://dl.dropbox.com/s/m2o28nls8m8uyx9/FacebookAPI.zip?dl=1
it works on my file.
Problem
I have following question and want help regarding that.I'm using Dropbox iOS SDK. Is it possible to download a Dropbox share linkage (aimed at a zip file) like https://www.dropbox.com/s/m2o28nls8m8uyx9/FacebookAPI.zip. I think I could use HTTP post method. However, the receive MIME Type is text/html rather than zip type. Thanks