Table$list_files
Table$list_files(max_results=NULL, file_id_variable=NULL) → list(File)
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.
Parameters:
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
Returns:
list(File)
Last updated