Table.list_files

Table.list_files(max_results, *, file_id_variable=None) → list<File>

Returns a list of files associated with the current table. Only relevant for tables that contain at least one variable with file ids. If the table contains multiple file id variables, must specify the file_id_variable parameter.

Parameters:

max_results : int If specified, will only return up to max_results files

file_id_variable : str The variable in the table containing file ids. Only required if the table contains more than one fileId variable.

Returns:

list<File>

Last updated