As a user
I want to provide the file id in sda-download and download the file
so that I do not have to give the whole file path
Description:
This feature is implemented in the sda-download but is poorly implemented.
If a user provide a file id, then the file will be downloaded but not with the proper path
but instead it will just download a file which is named with the file id.
Steps:
when the download file function (downloadFile) is called for the fileCase then the given filepath is provided as input and it should be changed to the file.Filepath
Add unit test for the case of downloading file by giving the file id
As a user I want to provide the file id in sda-download and download the file so that I do not have to give the whole file path
Description: This feature is implemented in the sda-download but is poorly implemented. If a user provide a file id, then the file will be downloaded but not with the proper path but instead it will just download a file which is named with the file id.
Steps: