How to get files uploaded by particular user only?

Hi.

Is there a way to get only files uploaded by particular user?

Best regards :slight_smile:

Hi, Tomasz.
Information about file publisher you can get now only on console (“publisher” column).

p.s. Please, don’t create multiple topics with the same question.

Any walkaround to do this by rest api?

Tomasz,

A workaround would be to create a separate table where you can maintain the mappings between userid and the file path. To get the files for a user, you’d query the table first, get a list of file URLs, then download the files.

Regards,
Mark