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
At the moment, resumable uploads cannot properly continue if they're interrupted because we don't expose the range to the user when there's an error and we don't receive the range as an input parameter.
While using Futures would make this less problematic (you can store a callback to continue on an error and wait with it), it would still be good to be able to receive the range chunk you need to continue from.
The text was updated successfully, but these errors were encountered:
At the moment, resumable uploads cannot properly continue if they're interrupted because we don't expose the range to the user when there's an error and we don't receive the range as an input parameter.
While using Futures would make this less problematic (you can store a callback to continue on an error and wait with it), it would still be good to be able to receive the range chunk you need to continue from.
The text was updated successfully, but these errors were encountered: