Can't move files to a location whose path exceeds 255 characters
Original Question or Issue:
Unable to move files to a location whose path exceeds 255 characters.
Environment:
- Product - FileCloud Server
- Version - 23.253
- Platform - Any
Steps to Reproduce:
Move files from a folder to another folder whose path exceeds 255 characters.
Error or Log Message:
ERROR: [4284][17743439717325] /core/renameormove : Request validation failed on field: toname, message: The Toname field needs to be 255 characters or less []
Defect or Enhancement Number:
FCL-8541
Cause:
API renameormove uses the path and the file/folder name in the same parameter, which results in this issue.
Resolution or Workaround:
Bug fix in the next release, when it is ready
Notes: