Hello, Im trying to covert some png images to base 64 so that i can add them to an inline email. In the past there was a “Base 64 Node” but i no longer see it. As a work around im tyring to use python to do the conversion, however the problem seems to be that when using the “Files to Binary Objects” Or ‘String to Binary Objects’ the Binary Object is stored as Dict rather than as a raw Binary Object, which doesn’t allow the code to convert it. Ive tried following other users posts on this topic but it seems that the nodes they use are depreciated.
Anyone have any tips or alternative methods to use as a work around?