Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
so you need a sharable link of your files in dropbox right? then kindly take a look at my answer here Sharable Links – Bala Dec 8 '12 at 7:29
I can create my share linkage. My question is how to download the share linkage (aimed a zip file) and save the zip file on my iPhone device. – Kuang Yuang Dec 8 '12 at 10:41
By the way, it seems that loadSharableLinkForFile is kind of mapping and encapsulation to its http post method (dropbox.com/developers/reference/api#shares). That is to say, I can use HTTP POST or loadSharableLinkForFile to do function of "share link". Is that right? – Kuang Yuang Dec 8 '12 at 10:46
Yes. but still i dint understand your question ? and if you are going to explain me,update that in your question itself. – Bala Dec 8 '12 at 12:00
1  
I am suffering the same thing now...Liang Wang means that he wants to download the zip file directly by using the DropBox SDK. But the sharable link generated directs people to a html, not the zip file itself. (If you try to download the zip file in a browser by right-clicking the mouse and select "Save the link as", you will have a html instead of a real zip file – sonnywang Jan 10 at 13:52

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.