Is there a way to take the content of a https get ...
# suitescript
t
Is there a way to take the content of a https get request (a jpg image) and pass it through to another cloud location (google cloud storage) as is? I was playing with this today and found that the image was being converted to what looks like base64, with now way to reverse the encoding or to just stream it through. Is passing an image as is not really an option?
b
Probably not impossible, but certainly annoying
there is no streaming, but base64 is reversible
t
I moved the operation out of NetSuite. Too many undocumented pieces and no time to track them down