How to Retrieve Blob File Path for GetReadUri API Call?
Issue description:
The following API call requires BlobFile path as an input:
GET
/odata/Buckets({key})/UiPath.Server.Configuration.OData.GetReadUri
Gets a direct download URL for BlobFile.
Buckets_GetReadUriByKey
.
This kb outlines how to retrieve this value
Resolution:
1.Go to Orchestrator, folder, Storage Buckets, and click on the right Bucket
2. The "File full path" will appear in the first column. In this case the file uploaded was placed inside a "sub folder", which is why it is divided as "Inputfiles/FileName"
Note: If the file is in the root bucket, try calling it directly with the name, or with a \ before the name. Example: File full path is "ABCD.PDF", try with the same one, and if not work try with "\ABCD.PDF"