简体   繁体   中英

To stream file data directly from Dropbox to webpage

我想将数据从我的 Dropbox 实时流式传输到网页,但不知道该怎么做。

It's usually a bad idea because Dropbox can throttle speed, stop sharing file when using from many locations.

You can install Dropbox to your server and sync some folder with your Dropbox:
https://www.dropbox.com/install
And to stream from your local folder is easier task.

But if you really need to get files from Dropbox real-time, you can use their API. They've got libraries for many languages. For example this one is for PHP, also tutorial there:
https://www.dropbox.com/developers-v1/core/start/php

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM