qbicsoftware / postman-core-lib

Core libraries providing utilities for the download of OpenBIS files and datasets
MIT License
0 stars 0 forks source link

Old API Regex/Suffix filtering downloads files multiple times #24

Closed Zethson closed 5 years ago

Zethson commented 5 years ago

After regex filtering postman seems to download a whole bunch of additional files?

I have to dig into this.

Zethson commented 5 years ago

Apparently: dataSetDss.getFile(filteredFileInfosList.get(0).getPathInDataSet()) returns the same file multiple times.

Zethson commented 5 years ago

https://github.com/qbicsoftware/postman-core-lib/pull/26

Super stupid workaround. I will stop experimenting here, since I seemed to cause lots of load on openBIS. A warning is displayed. This is all just old API and temporary anyways.