是否可以从保管箱下载或读取文件列表或目录列表并导出到文件(txt)?

Is it possible to download or read a file list or directory list from dropbox and export to a file (txt)?

我正在尝试从保管箱文件夹中获取文件列表,我需要从该文件中获取文件名列表和 url。可能吗?有什么想法吗?

是的,Dropbox 提供了涵盖所有这些功能的 API。例如:

  • 列出文件:

https://www.dropbox.com/developers/core/docs#metadata

  • 下载文件:

https://www.dropbox.com/developers/core/docs#files-GET

  • 上传文件:

https://www.dropbox.com/developers/core/docs#files_put

  • 通过共享链接共享文件:

https://www.dropbox.com/developers/core/docs#shares

还有我们推荐使用的官方 SDK:

https://www.dropbox.com/developers/core