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
Will return the following error called Result::unwrap()on anErr value: NotPresent
I'm currently using https://developers.google.com/oauthplayground to test so I have both a refresh and access token listed in my .env (GMAIL_ACCESS_TOKEN and GMAIL_REFRESH_TOKEN) but they are not recognized?
The text was updated successfully, but these errors were encountered:
Using the
get_profile.rs
example: https://github.com/libninjacom/gmail-rs/blob/33f26fd50b920bb6c5a54aed334ab4eb08281201/examples/get_profile.rsWill return the following error
called
Result::unwrap()on an
Errvalue: NotPresent
I'm currently using https://developers.google.com/oauthplayground to test so I have both a refresh and access token listed in my .env (GMAIL_ACCESS_TOKEN and GMAIL_REFRESH_TOKEN) but they are not recognized?
The text was updated successfully, but these errors were encountered: