smartduck
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by smartduck-
Problem solved! The .NET app had an older certificate for authentication.
-
Hello Alex, The code is simple: Java versionBoxSearch boxSearch = new BoxSearch(this.api);BoxSearchParameters boxSearchParameters = new BoxSearchParameters();PartialCollection<BoxItem.Info> totaalR...
-
Hello Alex, Thank you for the quick response. I've triggered the 429 with a JMeter script with 2000 request, so it works with the java SDK. Regards, Marcel
-
The error in the console: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://{my company}/file/746288922230/content. (Reason: CORS header ‘Access-...
-
Thanks for your feedback.The problem was that I used the displayed name as path.If i log in, in the Box web app I see 'retentie' diplayed as metadata attribute.The attribute has another name as id...
-
I found the BoxAPIException that has a getResponseCode() method.So half of my problem is solved. For now I return 200 if there are no errors.
-
Hi Bharath N V, You can set the setMaxRequestAttempts and setConnectTimeout on the BoxAPIConnection to get better results. Example:BoxAPIConnection api;api = BoxDeveloperEditionAPIConnection.getAp...
-
Hello Jon, Sorry for the late response.I understand the choice to keep the response time short.Thanks for exploring. Kind regards, Marcel