Ralf Saenen

Results 11 comments of Ralf Saenen

You can use formData to post your custom content : ```typescript const result = await this.nodesApi.createNode( object.parentNodeId, { name: object.name, nodeType: object.nodeType, }, { autoRename: false }, { filedata: createReadStream(object.file.path),...