File migration via dropbox APi

耗尽温柔 提交于 2019-12-06 15:26:23

Yes, you can copy files or folders between accounts directly, without downloading and re-uploading the files, by using "copy references". These are strings that identify content in one account, and can be used to copy that content to another account.

To get copy references to files or folders from the source account, use /2/files/copy_reference/get:

https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-get

To use those copy references to save the files or folders in the target account, use /2/files/copy_reference/save:

https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-save

Alternatively, if you can't use copy references for some reason, be sure to check out the Data Ingress Guide for information on how to more efficiently upload files.

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