markobabych
Results
1
comments of
markobabych
@Foaly333 I've faced the same issue. I added some code to store previous files in the list ``` def upload_file_to_row_property(client, row, path, property_name): mimetype = mimetypes.guess_type(path)[0] or "text/plain" filename =...