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
The current GetDownloadUriAsync will set the expiry time to 10 mins. However, the token may expire when the read operation has not been finished, so a 403 Forbidden will be encountered.
Expected behavior
We can refresh the token before it gets expired, then users could retry their operation again.
The text was updated successfully, but these errors were encountered:
Describe the bug
The current
GetDownloadUriAsync
will set the expiry time to 10 mins. However, the token may expire when the read operation has not been finished, so a 403 Forbidden will be encountered.Expected behavior
We can refresh the token before it gets expired, then users could retry their operation again.
The text was updated successfully, but these errors were encountered: