How to upload file to blob storage using access token

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