Hello All I want to copy or move a file to shared file,it's appear "Path not found 'shared'",that is to say,the target is shared file,when I clicked the shared file,the path appears "Path not dound shared",Anyone can help me?thank you very much!
It may be a bug in Alfresco: https://issues.alfresco.com/jira/browse/MNT-11635. They had the great idea to localize the name of the system folders, but they did not actually handle it in the code. In the API, you can access folders based on the name (Shared, Partagé, Compartido, 已共享…), but not easily with the QName ("app:shared" which yet is locale independent)… Why do simple when one can do complicated? They may have been inspired by Microsoft.
If you rename your "已共享" shared folder into "Shared" it might work.