Constant9
- Activité totale 17
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 4
Aperçu des activités
Dernière activité effectuée par Constant9-
Constant9 a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
"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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
403 error while file download API Call
RéponduHello,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 a ajouté un commentaire,
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 a créé une publication,
Accessing folder and file change logs using Java API
RéponduAn 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 a ajouté un commentaire,
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...