How to upload files to datasets through robots that are not connected to the same AI Center?
To upload files to Datasets through robots that are not connected to the same AI Center, follow the 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 onto the 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 to UiPath Forum post Make ML Skills and Datasets public via URL + API Key - Preview for more details.