Index
Add Files to Datasets
When using the legacy method add_private_data_to_dataset_start to upload files directly to a Dataset must specify a StorageFolder object or a folder uuid.
Once your data is uploaded to Files it can be attached to multiple Datasets. The following scripts add all files in a specified folder to a Dataset.
- Replace <private_key_path> with the path to your private key.
- Replace <folder_name> with the name you want to give your Storage folder.
- Replace <dataset_hash> with the hash of the Dataset you want to add the data units to.
Files added to the folder at a later time will not be automatically added to the Dataset.
All files
Was this page helpful?