I have problem when useing read storage text activity. For example, i have 2 Connection named x and y. using x connection, i can get the data from storage bucket using read storage text activity. but when i using y connection, it throws error because the read storage text activity can’t access the storage bucket in orchestrator. my it admin ask me to store to him the list of url used by read storage text activity to unlock the connection. anyone know the url used by the read storage text activity? thanks
When using the “Read Storage Text” activity in UiPath, it interacts with UiPath Orchestrator to access data stored in a storage bucket. If you’re encountering issues with one connection (in your case, ‘y’) but not with another (‘x’), it typically points towards a difference in access permissions or network configuration between the two connections.
The “Read Storage Text” activity interacts with the UiPath Orchestrator API. The base URL for this API is typically the URL of your Orchestrator instance followed by /odata. For example, if your Orchestrator is accessible at https://your-orchestrator-instance.com, the API endpoint might be https://your-orchestrator-instance.com/odata.
But again most properly the issue will be limited to users or robots permission or network access from user or robot machine to Orchestrator
please check and update us if you still face this issue ![]()