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
That PR fixes access token refresh in every currently known/possible scenario, with that it becomes more important to gracefully handle changed access tokens in upload queue handling.
We need to make sure that uploads started (or restarted, e.g., in case of errors) use the new access token and are never started with an outdated token.
The text was updated successfully, but these errors were encountered:
To be clear: this was already broken before that PR. While working on that PR it became clear that we need to fix this, but it was clearly out of scope for the PR.
This is a follow up ticket for #7072.
That PR fixes access token refresh in every currently known/possible scenario, with that it becomes more important to gracefully handle changed access tokens in upload queue handling.
We need to make sure that uploads started (or restarted, e.g., in case of errors) use the new access token and are never started with an outdated token.
The text was updated successfully, but these errors were encountered: