How to enhance Box.com API requests limit

亡梦爱人 提交于 2019-12-10 16:32:20

问题


As wrote here http://blog.programmableweb.com/2013/01/11/opening-up-the-box-api/ box.com limits number of requests to its API on per developer (or client in terms of OAuth RFC) basis. "The current rate limit is 50,000 requests per developer in a 24 hour rolling window." Can some1 guide me is there a way to enhance this limt? Cant find anything about it on the site.


回答1:


The rate limit is actually much more granular (different calls are limited differently), and quite a bit higher than what you quote for many types of API calls. Box uses a leaky-bucket implementation to protect it's servers, but each user is allowed to go pretty hard against the API for short bursts. If you are a paying customer, Box will tell you what your rate limit is, but we do not make the numbers public.

If you are looking to get a temporarily higher rate limit, you can submit a support request.



来源:https://stackoverflow.com/questions/19512412/how-to-enhance-box-com-api-requests-limit

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