When trying to copy a folder ("File copy" / "Bestanden kopiëren") from a netwerkshare to a folder on my desktop I get an error: "file can not be copied"
and "entrance/entry refused". There is some notice about "overwrite" as well but i selected "do nothing" at "if file exists"
How do i solve this?
Complete error message (in dutch) is:
" Toegang tot het pad G:\Overleg Incidenteel is geweigerd.: Microsoft.Flow.RPA.Desktop.Robin.SDK.ActionException: Kan bestand G:\Overleg Incidenteel niet kopiëren naar F:\ONE+SHP\S\S-G-Schijf - Documenten\Overleg Incidenteel ---> System.UnauthorizedAccessException: Toegang tot het pad G:\Overleg Incidenteel is geweigerd.
bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bij System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
bij Microsoft.Flow.RPA.Desktop.Modules.File.Actions.FileActions.CopySingleFile(FileVariant source, FolderVariant destination, Boolean overwrite)
--- Einde van intern uitzonderingsstackpad ---
bij Microsoft.Flow.RPA.Desktop.Modules.File.Actions.CopyFile.Execute(ActionContext context)"
bij Microsoft.Flow.RPA.Desktop.Robin.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)