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:通过 DropNet API 上传、删除、复制等。所以问题是我无法访问任何包含超过 10000 个文件的文件夹。我该如何改进它?可能吗?
DropBox 的 REST API 将文件访问限制为每个文件夹 10,000 个文件。
所以恐怕你真的无能为力,除了将你的文件夹分成子文件夹并将它们限制为每个 <= 10,000 个文件。
file_limit 默认为 10,000(最大值为 25,000)。列出文件夹时,服务不会报告包含超过指定数量的文件的列表,而是会以 406(不可接受)状态响应进行响应。
https://www.dropbox.com/developers/core/docs#metadata