Getting Access denied error message

hello all,

i have move zip files to another folder . then i am trying to unzip files using bala reva but i am getting below error

UnZip: Access to the path ‘C:\Users\Datacore\Documents\UiPath\Move_file\unzip_folder’ is denied.

please suggest me how would i fix this issue. thanks in advance.

Main.xaml (8.2 KB)

please check my main file too .

Check

  1. If it is read-only file
  2. check any spaces in zip file
  3. check any unrecognized characters in Zip Files

Those might be the possible reasons

Thanks

thanks for your reply.please check my zipped file structure. i have also uploaded my main file.

ok, i feel the name of the file is having many characters. so confirm whether you are getting the exact file name with path

check with path.getfilename in foreach loop

@roysupriya21,

The bot login username should have read write access to that folder, check that in the folder permission.