File created, but not qualified

I am trying to create a file from a url in a service, but I get this warning: “File created, but not qualified”, and no file is created.
Content-Type and Content-Disposition is supposed to be correct.
What does “File created, but not qualified” mean?
And why is the file object not saved?

Hi Marcus!

Could you post a screenshot of how you have set up the “Create file object” in your service? You can either post it here on this community post or send it to me on a DM.

This turned out to be a problem with the data source I created the file to, did not have a filter to select for the file created.

So “File created, but not qualified” means that the file is inserted into the database, but could not be returned, since it did not qualify for the filter of the data model.

The file object was saved, just not returned.

Thanks for the help in the dm Ulrik! :grin:

1 Like