You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, I made a typo in the README, it's not gmail_imap.authenticate('XOAUTH2', email, token), but gmail_imap.authenticate('XOAUTH2', email, :token => token). Fixing it.
Hi Nicolas, thanks so much for writing this up!
Any idea why I'm getting the following error when I run these commands?
require "net/http"
require "net/imap"
require 'oauth2'
require 'gmail_xoauth'
...
I'm reasonable certain that the email / token are valid (though I'm not sure how to validate them). Thanks a million for your help!
Best,
Jared
The text was updated successfully, but these errors were encountered: