We are using box sdk and we are facing issues in injecting data to our System as connector is taking a lot of time in retrieving the data from Box. We are investigating the performance issue.
Need your help to check:
- 1. Is there any API to check how many API calls are done and how many are remaining for a account? (Account having multiple users and groups)
- Is there any method in box sdk which we can use to log all the API calls so that we will be sure how many API calls are happening?
- We see there is an option of box report in console to check API calls. How is that working and is the API value shown there is per minute or total calls?