
smartduck
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by smartduck-
smartduck commented,
Hello Alex, The code is simple: Java versionBoxSearch boxSearch = new BoxSearch(this.api);BoxSearchParameters boxSearchParameters = new BoxSearchParameters();PartialCollection<BoxItem.Info> totaalR...
-
smartduck created a post,
Java SDK metadata search files available not found
Hi, We have a problem searching files by metadata.In the java SDK I get 4 files returned, I expected to find 14. These 10 files are available complete with the correct template and metadata in the ...
-
smartduck commented,
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
-
smartduck created a post,
Java SDK - How to trigger a 429 http response error?
AnsweredHi, How can I test/read a 429 http response. Is it triggerd on uploads as well as downloads? I'm using the java SDK. Regards, Marcel
-
smartduck commented,
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-...
-
smartduck created a post,
CORRS errors downloading file content with javascript
Hi, I have difficulties trying to download a PDF with javascript. I don't want to use the default previewer from Box but open the file in the chrome viewer. With ajax request I get corrs errors, I'...
-
smartduck created a post,
Cast error updating metadata.
Hi,I have a strange situation, i get a cast error when updating a metadata field: [FOUT_JAVA] Intern -> Kan metadata op bestand met id 785441636930 niet updaten com.box.sdk.BoxAPIResponse cannot be...
-
smartduck commented,
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...
-
smartduck created a post,
Java SDK Update metadata attribute on a file
AnsweredHi, I've troubles updating a metadata attribute on a file. I followed the instructions on the github site and on the documentation site.BoxFile file = new BoxFile(api, "id");file.updateMetadata(ne...
-
smartduck commented,
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.