Open dmiddlecamp opened 4 years ago
(stream of consciousness, still investigating)
it looks like maybe this isn't working in the browser (maybe just chrome / firefox), seems like it really expects a blob and not a path...
https://github.com/particle-iot/particle-api-js/blob/master/src/Agent.js#L139-L153
Am I correct in thinking this functionality just wasn't tested?
in the documentation:
test parameter appears to only set file to a buffer, and not a path
file: new Buffer('ELF...'),
discovered because upload with path appears to not work as expected during testing / development.