Constant9
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Constant9-
Constant9 created a post,
Enterprise Events long update period
Hi,Our application monitors files via the Enterprise Events (EE). We periodically scan the EE -s for the time range of last scan start and to current time.I have noticed that the recent changes be...
-
Constant9 commented,
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...
-
Constant9 commented,
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 ...
-
Constant9 created a post,
"Missing path field" error during folder`s children iteration
Hi, Lately we began encountering following error:The API returned an error code {"type":"error","status":400,"code":"bad_request", "context_info":{"errors":[{"reason":"missing_parameter","name":"p...
-
Constant9 commented,
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?
-
Constant9 commented,
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...
-
Constant9 created a post,
403 error while file download API Call
AnsweredHello,I have a JWT authenticated Java app. I can access all the folders info and their contents as my app is a co-owner of the root folder. However, when i try to download the files i get an acce...
-
Constant9 commented,
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:...
-
Constant9 created a post,
Accessing folder and file change logs using Java API
AnsweredAn application* I am working on has to be aware of changes which were made to a file/folder since some time period.* The application is connecting to Box service account via JWT authentication. T...
-
Constant9 commented,
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...