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