Problem with "Download from URL" Activity

“Download File from URL” activity is not accepting to download more than once in the activity.

The first download is success but the second is giving an error.

“Download File from URL: Response status code does not indicate success: 403 (Forbidden).”

Any solution, since I don’t want to use any third-party Activities.

Regards,

You may notice that I’ve used the “URL1/2” because I was testing different scenarios. At first I was “strURL” to download the file inside the activity.

System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden). at UiPath.Core.Activities.TaskAsyncCodeActivityWithResult1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity1.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Hi @riydh_supply

Does this happen for any file, even a random one, like our Forum logo image url?

https://global.discourse-cdn.com/uipath/original/3X/1/0/10bc70a2391659f17b8db310308dfdcdd4fe71d2.png

Does it help if you insert a Delay activity with 30 seconds pause between the two Download File activities?