Create a reference to a non-tabular file based on its globally unique id. In most cases, the method will be used instead.
Parameters:
file_id : strThe globally unique reference to the file
Returns:
Examples
file = redivis.file("rnwk-acs3famee.pVr4Gzq54L3S9pblMZTs5Q")
download_location = file.download("./my-downloads")
# Do stuff with the file!
f = open(download_location, "r")