Open tommyengstrom opened 1 year ago
The gogol-gmail library, which is the only gogol library one we're using, is broken due to using Base64 encoding where it should be using Base64Url encodoing.
gogol-gmail
Base64
Base64Url
This fix made it work on our end, but I suspect it is just shuffling errors around.
The
gogol-gmail
library, which is the only gogol library one we're using, is broken due to usingBase64
encoding where it should be usingBase64Url
encodoing.This fix made it work on our end, but I suspect it is just shuffling errors around.