01-17-2014 03:57 AM
Map<String, Serializable> properties = new HashMap<String, Serializable>();
ContentFileImpl file = new ContentFileImpl(new File("file:///mnt/sdcard/test.txt"));
properties.put(ContentModel.PROP_NAME, destination.getName());
Log.e("Parent ", "" +destination.getName() +" == " +file.getFileName()); // prints proper names
documentFolderService.createDocument((Folder) destination, file.getFileName(), properties, file); // Runs without any error
01-17-2014 07:06 AM
01-27-2014 04:37 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.