Open naamval opened 1 year ago
Hey @naamval
There is a PR in that resolves the first issue, I will give it a test to see if it fixes the second issue as well.
Hey @naamval,
I have given it a quick test and the download attachments also fails in the node update, I will get this added to the same PR hopefully this week.
Great, thank you!
I've also gotten the "Unexpected token o in JSON at position 1". I got rid of it by adding quotes; so instead of File
I wrote "File"
.
I do get a JSON response, but I don't see the file anywhere - I'm trying to pass it to a CSV reader node, but the data don't seem to be there.
Describe the bugs Bug 1: Attachment upload via NocoDB node When uploading attachments to NocoDB, the files cannot be seen in NocoDB's interface. A row with an attachment uploaded via n8n's NocoDB node (option selected: API version v.0.90.0 onwards) will look like row 1 here. The attachment cannot be downloaded or viewed.
I think that this is caused by the n8n node uploading the file to the 'wrong' folder.
Bug 2: Attachment download via NocoDB node 'Download Attachments' in the NocoDB node (get/get many) does not work. It returns ERROR: Unexpected token o in JSON at position 1 with the following details:
Environment (please complete the following information):