Table$list_files
Was this helpful?
Returns a list of File instances associated with a file index table. Only relevant for tables that contain at least one variable with a file id.
max_results : int, default NULL
If specified, will only download up to max_results files
file_id_variable : str, default NULL
The variable in the table containing file ids. Only required if the table contains more than one fileId variable, otherwise the file_id_variable will automatically be determined
list(File)
Was this helpful?
Was this helpful?

