smartduck
- 合計アクティビティ 25
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 9
アクティビティの概要
smartduckさんの最近のアクティビティ-
smartduckさんがコメントを作成しました:
Problem solved! The .NET app had an older certificate for authentication.
-
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...
-
smartduckさんがコメントを作成しました:
Hello Alex, The code is simple: Java versionBoxSearch boxSearch = new BoxSearch(this.api);BoxSearchParameters boxSearchParameters = new BoxSearchParameters();PartialCollection<BoxItem.Info> totaalR...
-
smartduckさんが投稿を作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Java SDK - How to trigger a 429 http response error?
回答済みHi, 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さんがコメントを作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
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さんがコメントを作成しました:
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...