Returns
Returns the local file path to the downloaded dataset file.Example
Parameters
Dataset object
required
The Dataset object (retrieved via
get or get_by_name) for which you want to download the associated file. The dataset must have a uri attribute.Deprecated alias:
test.string
default:"the current directory"
The local directory path where the dataset file will be saved.
Errors
A failed download raises instead of returning
None, and the message never contains the
presigned link.