box api - Box API v2 uploading multiple files per single request is limited to 20 -
i'm using box api v2.0. when try upload more 20 files per single request, first 20 files uploaded on server.
i receive such response:
{ "total_count": 20, "entries": [{ "type": "file", "id": "2365556604", ... }, ... ] } i can't find mention such limit in documentation, can upload number of files using api v1.0.
we looked this, , indeed bug v2 api. working on resolving it, , update here when has been fixed.
Comments
Post a Comment