Constant9
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Constant9-
I was suggested by the support to update the API version from 2.20 to 2.25.0. I did so but it didn`t help.Still need help...
-
wrote:This looks like you are putting a phone number where a folder id is expected, and therefore likely looks like a bug in your code. Can you post an extended snippet here of your code? Where ...
-
Thanks for detailed answer! I will try it.It will be helpful to know what are the changes which happen when I download a file? Is some metadata is being updated?
-
The write scope was disabled. After enabling it I was able to download the files.However, it is a weird situation because the the action I am interested in is "view" only and not "edit".Does allow...
-
Here is the exception output:com.box.sdk.BoxAPIResponseException: The API returned an error code [403 | 2pbv39fuwem746ju] forbidden - Forbidden at com.box.sdk.BoxAPIResponse.(BoxAPIResponse.java:...
-
you can add a request interceptor.It executes before API call is sent. There you can implement the logic.Here is a very basic example: api.setRequestInterceptor(new RequestInterceptor {private sta...
-
So, as the total number of API calls is capped by by some finite number (i.e. 100k) is API calls batching a valid solution to reduce the `registered` calls?
-
regarding the "per user limit" : we are using a JWT authentication method. Does this mean that generating multiple JWTs for the application, will allow theoretically higher access rate if each box...