Page 1 of 1

Creating document with New Version

PostPosted:Thu Oct 29, 2015 11:49 am
by Jahangir
Hi,
I want to create document with existing name but with different version in same folder.
Is there any way i can achieve this using REST web Services?. Currently when i try to add document with same name it is throwing exception.
ItemExistsException:

Re: Creating document with New Version

PostPosted:Fri Oct 30, 2015 7:05 pm
by jllort
Can not be created a document ( node ) with same name on same location. Basically there are two unique identifiers for each node, the UUID and the path. Same document in same folder will have the same path, that's why you get ItemExists exception. Can create with other name or update existing.