I am using Gmail\'s API to get emails from my account. The body of the message is delivered in a \"URL safe base64\" format. What is the best way to decode this for use? I h
Finally found it. This does URL Safe decoding
https://github.com/dankogai/js-base64