smartduck
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Posts
Recent activity by smartduck-
Different results Java vs .NET SDK
I have 2 applications that searches for a set of documents in Box. A .NET module, here I use the SearchManager: public async Task<BoxCollection<BoxItem>> searchFilesByMetaData(BoxClient boxClient...
-
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 ...
-
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
-
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'...
-
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...
-
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...
-
Java SDK http response status
I got a request to log the http response status codes (200, 403, 500 etc...).How can I get them via the java SDK.Is there a way to read them from the http response?
-
Java SDK slow meta data request
AnsweredWhen I request meta data for a file ID it takes 0.3 - 0.5 seconds to retrieve the meta data and enhance my object with file information with the meta data. If the search finds 50+ files it takes a...