I am making an API call to an image provider that returns a binary string, I then want to convert that to a base64 and then download that as an image.
Here is my workflow -
The 1st step http API call returns a binary code -
The 2nd step I convert it to a base64 (This is returning a correct result as I have checked the image in a base64 image display) -
The 3rd step I am trying to download the image to Drive -
The 3rd step is failing, I am not getting them returned