jwu
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
jwuさんの最近のアクティビティ-
jwuさんがコメントを作成しました:
Hi,I wanted to check if a particular metadata key exists or not for a box infoitem.And I could not find any java code to do same.Thanks and regards,Shruti Desai
-
jwuさんがコメントを作成しました:
Hi,I wanted to check if a particular metadata key exists or not for a box infoitem.And I could not find any java code to do same.Thanks and regards,Shruti Desai
-
jwuさんが投稿を作成しました:
Metadata
file.getMetadata() gives 404 error for files without metadata attached.Any way to fileter those out.
-
jwuさんが投稿を作成しました:
Check if a metadata exists
Hi, In my java application I upload files to box and attach a metadata key- value to it.And then I display all those files as per metadata valueBut If I upload some file directly in my box account...
-
jwuさんがコメントを作成しました:
Hi, Thanks for replying.But what I actualy want is to retrive only specific files that satisfy the metadata value.Because I hav lot of files on Box Side.Retriving all files and checking there meta...
-
jwuさんが投稿を作成しました:
Data retrieval through metadata
Hi, I am using Box Java SDK implementation for my application. I have following scenerio:I have files with specific attribut and different files have different values for this attribut.Hence I use...
-
jwuさんが投稿を作成しました:
Search query does not work
Hi, I am using Box Java SDK to integrate box api with my application.I need to extract files satisfying certain attributes I specify in metadata.I am using boxfolder.search() .I gives me the resul...
-
jwuさんが投稿を作成しました:
To acquire file created date
Hi, I am using java sdk to integrate box api with my java application.The get CreatedAT or UpdatedAt methods return null for box file.Is there any way to get the file created date or updated date?