Solved

downloading files from data set

  • 12 December 2023
  • 1 reply
  • 39 views

Badge

can we download all files from data sets at once instead of going one by one

 

icon

Best answer by Mithila Jayalath External 12 December 2023, 11:40

View original

1 reply

Userlevel 2
Badge

Hi @Kushagra Mishra 

Try to list all the files that belongs to a particular dataset using the cognite SDK and then iterate through that list and download the files.

 

How to list the files:https://cognite-sdk-python.readthedocs-hosted.com/en/latest/files.html#list-files-metadata

How to dowload the files:https://cognite-sdk-python.readthedocs-hosted.com/en/latest/files.html#download-files-to-disk

Reply