Hello! I’m pretty new to Make/Integromat, and have set up a fairly simple two-step scenario. The first module watches an RSS feed for new items, and when one is found, passes it to a second module which uploads a text extract as a file to NextCloud. Unfortunately, NextCloud is giving a 409 error when I try to upload. I’m looking at the data it tried to send and I don’t see any obvious problems. I’ve tried rerunning the incomplete execution a few times, but each time it fails with the same error. Any ideas what I should check on? I have used the same NextCloud module to upload files before in another scenario, and it has always worked well (including earlier tonight).
Here is a screenshot showing the basic setup:
And here is the actual data in the bundle that the scenario is trying to upload:
[
{
"data": "---\ntitle: Night of the Ghoul (comiXology Originals) #1 (of 6)\nauthors: Scott Snyder\npublished: \nadded: 2023-12-10T03:11:12.000Z\nisbn: \ngoodreads_id: 59412543\ngoodreads_url: https://www.goodreads.com/book/show/59412543 \nfinished: \n\ntags:\n - book\n---\nNight of the Ghoul (comiXology Originals) #1 (of 6)\n\n\n\nA dazzling work of horror, intercutting between the present-day narrative and the story of a lost horror film.<br /><br />The writer and artist behind Batman: The Black Mirror reunite to shed light on a celluloid artifact once thought forever missing, perhaps with good reason...<br /><br />Part of the comiXology Originals line of exclusive digital content only available on comiXology and Kindle. Read for free as part of your subscription to comiXology Unlimited, Kindle Unlimited or Amazon Prime. Also available for purchase via comiXology, Kindle and collected in print via Dark Horse Books.",
"folder": "/Notes/Reading",
"filename": "Night of the Ghoul _comiXology Originals_ _1 _of 6_.md"
}
]
Does anyone have any suggestions for me?