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
If you inspect the token returned from dropbox, it only has a "expires_in" field and no "expires_at". It appears OAuth2::AccessToken.from_hash generates "expires_at" if it is missing (i.e. now + expires_in)
I was testing using byebug on the block lambda, and try to save direct in database... but just not triggering
The text was updated successfully, but these errors were encountered: