Hi, been trying out the dropbox nodes and generally I think they're exactly what we're looking for in a current project. However, I'm trying to download a firmware file that we have put in the app dropbox and the file has the incorrect size. It's a .bin file, and we would expect the response header to be content-type: application/octet-stream. It is text/html. When we (i'm sure rather naively) try to change content-type to application/octet-stream in the response, this seems to work but there is a ";charset: utf-8" appended to the content-type. And it still doesn't work to download the file, which is still of the incorrect size.
How can we set the right content-type for our binary file? If we can't, perhaps the aws bucket node might offer the download options we need?
Thanks
Alan