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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -