TheFehr / n8n-nodes-pocketbase

MIT License
4 stars 4 forks source link

uploading files #6

Open ArneNostitz opened 1 week ago

ArneNostitz commented 1 week ago

i am trying to get a file uploaded and was wondering how to do this with the pb node

thanks!

TheFehr commented 1 week ago

I have not had that need, it might not be supported as of now.

ArneNostitz commented 1 week ago

would be great if it did :)

it would need a more complex property management though (binary files, field-name) - send as form-data.

otherwise your plugin is very convenient :)

TheFehr commented 1 week ago

Yes I'd need to figure out who to work with binary data in a n8n node.

Maybe I'll find the energy some day. I am also open to pull requests or even just pointers at good docs / examples.

ArneNostitz commented 1 week ago

sadly i am really hitting a wall with PB and data upload ... maybe its not PB. but i am not able to get it to work.

are you using the JS SDK in the background? or are you building http requests?

TheFehr commented 1 week ago

The node uses the sdk in the background