How to upload file to blob storage using access token

Can someone suggest how to use Azure Access token to upload file on Blob Storage ?

Thanks in advanced.

Hi @pari_patel,

Below doc should help you, all steps mentioned there in.

Regards
Sonali

Ok, So it requires azure client id and app Id and all details. Can you share simple flow if you don’t mind ?

Hi,

The following may help you.

Regards,

I am not getting that option to use in. See,

@pari_patel

Which option you are looking for?

Hi @sonaliaggarwal47 Do we need Azure scope to use all of this activities relate blob ? I mean we need tenant ID and all ?

@pari_patel

Yes, you would need it. But to be able to use the same, you would need to do registration.

Steps are mentioned in the post i shared above.

Regards
Sonali

But I have token to use the container for RPA acct. Still required to do registration?

Hi @pari_patel

If you already have an Azure access token with the required permissions for Blob Storage, you don’t need to register anything or provide a tenant ID. Simply use the HTTP Request activity in UiPath with the Authorization header set to Bearer {your_access_token} and upload the file by making a PUT request to the Blob Storage endpoint.

If you found helpful, feel free to tick as a solution.
Happy Automation

Can you provide me an sample file , It would be helpful. Thanks for the suggestion.

1 Like