Hello,
I encounter an issue which I’m sure should be easy to solve. But I haven’t found the answer anywhere.
I created a PNG file (an image) by using AI. Then used the get a file module. I wanted to upload the file to Google Drive. Unfortunately it uploaded the BIN file which I can’t use. I need to convert the file back to PNG while uploading it to Google Drive.
I tried to use the goString function and encode URL but nothing had worked for me.
Could you kindly instruct on which function should I use to extract automatically the PNG out of the binary? Perhaps I should upload the file and then try to convert it while it is stored on Google Drive…
Thank you