ndi.cloud.api.datasets.get_file_details
GET_FILE_DETAILS - Get the details, including the download url, for a individual file
[FILE_DETAIL, DOWNLOADURL, RESPONSE] = ndi.cloud.api.datasets.GET_FILE_DETAILS(DATASET_ID,UID)
Inputs:
DATASET_ID - a string representing the dataset id
UID - a string representing the file uid
Outputs:
FILE_DETAIL - the details of the file
DOWNLOADURL - the download url for the file
RESPONSE - the response from the server