0

I'm building a client/server video app. The video lives on the server, typically. If I want to allow app users to copy videos to their Dropbox, is there any way to do that using the Dropbox API on the app other than downloading the content to the app and re-uploading it to Dropbox? Reading their API, it seems like they only have file upload, not upload from a URL. Is there any way?

4

1 回答 1

1

Saver 是您的选择吗?这需要一个 URL 并为用户提供 UI 以选择 Dropbox 中的一个位置,之后文件将保存到该位置。

它就像包含一个<script>标签然后添加class="dropbox-saver"到正常的下载超链接一样简单。

请参阅https://www.dropbox.com/developers/dropins/saver

于 2013-07-25T20:33:21.707 回答