After file creation. Updating its file information isn't working for few fields.
updating description works.
fileInfo.setDescription("desc")
updating "content_created_at" , "content_modified_at" is not working.
fileInfo.getContentCreatedAt().setTime(1462819930632)
boxFile.updateInfo(fileInfo);
After file creation. Updating its file information isn't working for few fields.
updating description works.
fileInfo.setDescription("desc")
updating "content_created_at" , "content_modified_at" is not working.
fileInfo.getContentCreatedAt().setTime(1462819930632)
boxFile.updateInfo(fileInfo);