cancel
Showing results for 
Search instead for 
Did you mean: 

cmis move document

Not applicable

Hey Smiley Happy 

I'm using GitHub - dkd/php-cmis-client: This is a PHP CMIS Client implementation based on OpenCMIS  browser binding and wanted to move a document.

the post request is 

http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser/root?objectId=9e6bf727...

 

I get json with properties back but the file doesn't move,  is the request correct? 

1 ACCEPTED ANSWER

afaust
Legendary Innovator
Legendary Innovator

You might want to check your request - the target and source folders are identical, so of course there has been no move.

View answer in original post

2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator

You might want to check your request - the target and source folders are identical, so of course there has been no move.

Not applicable

indeed!

soo stupid. thanks!