How to upload files to datasets through robots which are not connected to same AIC?
In order to upload files to Datasets through robot which are not connected to same AIC, follow steps below
- Open the Dataset and click on Edit Dataset
- Enable "Make Dataset Public" and click on submit.
- The API Endpoint and Key will be generated and can be accessed from the dataset page
Using the Endpoint and Key in Studio/Robot
- Install "UiPath.MLServices.Activities" package with version >= 1.1.6
- Drag the Upload File activity on to workflow
- Select the "Connection Mode" as Endpoint and provide the API endpoint and key, along with the Destination Path (Path where the file is to be uploaded in the Dataset) and the file path (Path of the file)
- Run the process to upload the file(s) to the dataset.
Refer UiPath Forum post Make ML Skills and Datasets public via URL + API Key - Preview for more details.