0

I tried to upload big files to box.net (box.com) with API. I see that there is upload size limit . For me it is 100MB. If i upload file with size exactly 100MB (104860224 bytes) then file is not accepted. If less then upload works.

I wanted to ask if this limit is the same for all box.net users or it can differ depending on account package?

Is there a way to get upload limit with API? before i s art file upload i would like to check if this size will be accepted or not.

Thanks.

Roman Gelembjuk
  • 1,797
  • 2
  • 25
  • 50

2 Answers2

1

For upload limit, use this:

curl https://api.box.com/2.0/users/10543463 \
  -H "Authorization: Bearer ACCESS_TOKEN"

See: https://docs.box.com/reference#users

dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
MikeLim
  • 1,189
  • 1
  • 9
  • 11
0

There are a variety of different file-size limits, depending upon the type of Box account you sign up for: https://www.box.com/pricing/

Peter
  • 2,551
  • 1
  • 14
  • 20