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
I am using OAuth2DataLoader to handle the authorization logic.
But then I saw that if I get a 401, tokens are forgotten just before calling authorize. This makes the whole refresh token process useless with OAuth2DataLoader.
I don't get why the tokens have to be forgotten here. Am I missing something?
The text was updated successfully, but these errors were encountered:
p2
added a commit
that referenced
this issue
Feb 21, 2017
I am using OAuth2DataLoader to handle the authorization logic.
But then I saw that if I get a 401, tokens are forgotten just before calling authorize. This makes the whole refresh token process useless with OAuth2DataLoader.
I don't get why the tokens have to be forgotten here. Am I missing something?
The text was updated successfully, but these errors were encountered: