Change 'created at' file attribute of a large file with Java SDK
Hi,
Is there a way to change 'created at' file attribute of a large file with Java SDK?
I was able to do it with BoxFolder.uploadFolder(FileUploadParams)
but when I was using BoxFolder.uploadLargeFile(inputStream, fileName, fileSize, fileAttribute), and set'created at', the method doesn't recognize the fileAttribute causing an error.
Map<String, String> fileAttribute = new HashMap<>();
fileAttribute.put("created at", date);
folder.uploadLargeFile(inputStream, fileName, fileSize, fileAttribute);
Thank you,
サインインしてコメントを残してください。
コメント
1件のコメント