Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设法创建了一个 Dropbox 应用程序来将照片上传到我的 Dropbox 帐户。我想知道是否可以从我的网站执行 php 以将文件从一个文件夹复制到同一帐户中的另一个文件夹?
https://api.dropbox.com/1/fileops/copy使用root,from_path和to_path参数发送 POST 请求。
https://api.dropbox.com/1/fileops/copy
root
from_path
to_path
DropBox上的完整文档