This fix fixes bug #144 , by only pointing to a file path in the curl command, rather than outputting the full JSON content, which apparently can make the command too long for large files.
Expected outcome
See #144 for how to reproduce the bug, as well as reproduce the correct behavior, which is that the upload now works also for large files, with this fix.
This fix fixes bug #144 , by only pointing to a file path in the
curl
command, rather than outputting the full JSON content, which apparently can make the command too long for large files.Expected outcome
See #144 for how to reproduce the bug, as well as reproduce the correct behavior, which is that the upload now works also for large files, with this fix.