jwu
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by jwu-
jwu commented,
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 commented,
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 created a post,
Metadata
file.getMetadata() gives 404 error for files without metadata attached.Any way to fileter those out.
-
jwu created a post,
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 commented,
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 created a post,
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 created a post,
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 created a post,
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?