Observed the Error 'The specified path, file name, or both are too long. While utilizing Extract/Unzip files activity.
Issue Description: Why is error 'The specified path, file name, or both are too long.. while utilizing Extract/Unzip files activity to Extract/Unzip the Files" thrown?
Resolution:
This is a known limitation with the Windows as mentioned Maximum Path Length Limitation. The maximum length for a path is MAX_PATH, which is defined as 260 characters hence if the path consists of more than 260 characters then the error is observed.
Hence the Path provided in the 'Destination Folder' property of the Extract/Unzip files activities needs to be less than 260 characters.