Box API v2 uploading multiple files per single request is limited to 20

断了今生、忘了曾经 提交于 2019-12-11 16:48:15

问题


I'm using Box API v2.0. When I try to upload more than 20 files per single request, only first 20 files are uploaded on server.

I receive such response:

{ 
  "total_count": 20,
  "entries": [{
    "type": "file",
    "id": "2365556604",
    ...
  }, ... ]
}

I can't find any mention about such limit in documentation, moreover I can upload any number of files using API v1.0.


回答1:


We just looked into this, and it is indeed a bug with the v2 API. We are working on resolving it, and I will update here when it has been fixed.



来源:https://stackoverflow.com/questions/10890973/box-api-v2-uploading-multiple-files-per-single-request-is-limited-to-20

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