I’ve got a flow running successfully since a few years, but since December, this step doesn’t work anymore: I’m downloading files, and then check on the file extension. This used to work properly, but since December, it seems that reading out this file isn’t possible anymore: the file is downloaded, but both the extension as the filename are not added to the file as it used to do.
As you can see, the filenames & content types are correctly gathered per file:
Hi @Cadish, thanks so much for reporting this (and especially for providing the example workflow!) and sorry for the trouble.
It appears the server at sdworx.com is not sending the content-disposition header from your original screenshot which is used by n8n to identify the file name:
Of course, n8n should still be able to use the filename based on the URL, which doesn’t seem to be happening here, so I think you’ve unfortunately encountered a bug
I’ll add this to our engineering backlog for further investigation and fix, and we’ll update this thread as soon as a fix is available.