04-30-2025 09:50 AM
Hello everyone! I'm trying to use the GET HTTP.VI to get a binary file from my firebase storage, but the file doesn't return the same. The GET are changing some inicial bytes.
04-30-2025 11:35 AM
Written this way, the first four bytes in the file will be the string length as an int32 be.
Either wire a path to the "output file" input of GET.vi or wire false to the "prepend string size" input of the write binary file node.
05-02-2025 05:34 AM
Thank you, cordm! Now is working perfectly.