can we download all files from data sets at once instead of going one by one
can we download all files from data sets at once instead of going one by one
Best answer by Mithila Jayalath
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.