Upload Storage File - properties make no sense, documentation doesn't help

How the heck do I use it?

I simply want to upload “C:\Temp\Employee ID Report.xlsx” into a Storage Bucket named RPACoE which is in the Default folder (which I’m connected to).

What goes where in the Upload Storage File activity? The property names aren’t helpful, there are no annotations, and the documentation does a poor job of explaining it and has no examples.

image

Hi Paul,

In my case, I used two activities where the first activity is delete storage file with a continue error to delete file if there is one and the other one is upload storage file with the file.

Example:

  1. Delete Storage File:

    • Destination: It’s the name of the file in the Storage Bucket

    • Storage Bucket Name: It’s the name of the Storage Bucket

image

  1. Upload Storage File:

    • Path: It’s the URL of the file.

    • Destination: It’s the name of the file in the Storage Bucket

    • Storage Bucket Name: It’s the name of the Storage Bucket

Sequence:
STORAGE FILE.xaml (4.5 KB)

I have attached sequence.
Have a great day!
Please let me know if you need anything else.

1 Like

I tried it that way and am getting the “You are not authorized” error which is odd because I can log into Orchestrator and upload files.

Could you please provide me the sequence or the setting properties that you used?

I also tried with nothing in “Folder Path” and got the same result. My Studio is connected to Default.

image

Could you please check if the uipath robot has these roles?

Yeah we are checking access. I’m sure that’s all it is.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.