Kruthika
Kruthika
## My Environment * __ArangoDB Version__: 3.10.10 enterprise edition * __Deployment Strategy__: Manual Start * __Operating System__: Windows 10 ## Component, Query & Data __Affected feature__: additionalProperties error: /links/sample/fields/dimensions must...
Aren't you passing formData with read stream? Like this: ```javascript formData: { foo: { value: fs.createReadStream(filePath), options: { filename: fileName, contentType: 'application/octet-stream' } } } ``` This is how formData...