download method

download(self, p, uid, filename)

Applies the download file operation

Returns

The file URL


def download(self, p, uid, filename):
    ...
ParameterTypeDescription
pSystem.StringThe JSON parameter
uidSystem.StringThe unique id for the file cache.
filenameSystem.StringThe file name

See Also