hello
I have one folder (29 Files) and I want to upload that folder into the Azure Storage Account.
How can I dot it ?
Yoichi
(Yoichi)
May 20, 2024, 7:33am
2
Hi,
Azure Activities package will help you.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Regards,
@Yoichi thanks for the Reply
i have tried this one and Stucked At the Upload blob from file activity PFA Screenshot
which data should be added in “File to Uplaod” field in Activity ?
@Yoichi basically I want to upload the folder (it has 29 Files) to the Azure Blob Storage.
this is the Blob container (here folder has to be appeared)
Yoichi
(Yoichi)
May 20, 2024, 7:45am
5
HI,
Can you try LocalResource.FromPath method as the following?
LocalResource.FromPath("your file full path")
Regards,
i have tried but it shows the following error
When I delete one of them, an error message appears, indicating that the required fields need to be filled.
Yoichi
(Yoichi)
May 20, 2024, 7:55am
7
In my environment (Studio 23.10.3 + Azure pack 1.5.2), it seems good if either of them is set value.
What version of Azure package do you use?
Regards
yes its Working now,
but error in secret ID
error: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID
how to fix this Error, I have added the App Secret ID
@Yoichi
Error : Azure Scope: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.",
when I add client secret id in secure string, it throws this error
Yoichi
(Yoichi)
May 20, 2024, 8:27am
11
Double quote except 0x22 character (") causes this problem
Can you try to replace all the double quote with " (0x22)?
Regards,
i am getting error at this point
Yoichi
(Yoichi)
May 21, 2024, 2:38am
14
Hi,
In my environment, the following works if just upload file to blob. Can you try this?
Regards,
Let me try this and revert you
@Yoichi Which package version are you using for the Azure package?
Yoichi
(Yoichi)
May 21, 2024, 6:37am
17
Hi,
I’m using 1.5.2 on Studio 23.10.3
Regards,
Okay, But is there any way to upload folder to blob storage ?
one more thing Which storage account key needs to be used ? is it subscription id ?
Yoichi
(Yoichi)
May 21, 2024, 7:41am
19
Try ForEachFileInFolder as the following?
Which storage account key needs to be used ?
Do you have connection strings for your storage? It includes account key.
Regards,
I have tried but but getting following error
"
Get Blob Container: Unable to find or retrieve the container “spectrum” in storage account “spartandocintellstorage” and resource group “SigmaInternal”
"
see my Azure account it has all resources available