LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Get reading binary file

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. 

GetBin.PNG

 

0 Kudos
Message 1 of 3
(206 Views)

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.

 

cordm_0-1746030935646.png

 

Message 2 of 3
(178 Views)

Thank you, cordm! Now is working perfectly.

0 Kudos
Message 3 of 3
(120 Views)