Trigger refresh of filesViewModel - additional metadata

Hi,

I updated the additional metadata of one file via "set_additional_metadata" in Python and like to trigger an event in JS Client that the filesViewsModel is refreshed from the backend at best for one file. It is not a problem to trigger an event in JS but I do not know how to trigger an update of the filesViewsModel itself. Tried several commands but there is no refresh triggered.

        self.filesViewModel.valueHasMutated();

Any ideas how to do that?

Regards,
Nils

self.filesViewModel.requestData({force: true});
1 Like

Is it also possible to refresh a specific file only?