I’m using n8n to upload files to NextCloud. Before Uploading I’m creating with a node folder based on metadata (year-month) of the files.
When the first file is uploaded it works fine (when the folder doesn’t exist). But when a second, third … file is uploaded in the same folder, a error is raised by the nextcloud node, because the folder already exists.
How can I avoid this?
Kind regards
Daniel
The easiest way would be to simply ignore errors on the folder creation. You can do this by enabling the “Continue On Fail” option on your Nextcloud node: