How to download a Dropbox share linkage (aimed at a zip file) to local

一曲冷凌霜 提交于 2019-12-20 03:12:42

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/13759882/how-to-download-a-dropbox-share-linkage-aimed-at-a-zip-file-to-local

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!