Hi team,
I’m exploring on the uipath storage activity option, Successfully I’m able to upload file to my orchestrator storage bucket. however when I try to download the file from storage bucket using download storage file activity, getting the below exception.
20.10.2+Branch.master.Sha.cf481ddc1ae94ab83e743f85d96fbfeca8fc705c
Source: Download Storage File
Message: Access to the path ‘G:\Files’ is denied.
Exception Type: System.UnauthorizedAccessException
RemoteException wrapping System.UnauthorizedAccessException: Access to the path ‘G:\Files’ is denied.
at UiPath.Core.Activities.TaskExtensions.ThrowIfNeeded(Task task, Boolean suppresThrowException)
at UiPath.Core.Activities.Orchestrator.BaseOrchestratorClientActivity.ThrowIfNeeded(AsyncCodeActivityContext ctx, Task task, Boolean suppresThrowException)
at UiPath.Core.Activities.Orchestrator.BaseOrchestratorClientActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Studio Version:2020.10.2
3 posts - 3 participants