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
Something to consider here is how the delegate is involved to store the upload information to allow actually resuming it in another call.
Supporting this might ripple through our method builder a bit, as it might need more information to allow this. Or the delegate provides it at runtime, which would certainly be prepared.
Goal is to support storing the current result, and resuming a few minutes/hours later without issues, i.e. the API must allow to do that natively.
The text was updated successfully, but these errors were encountered:
Something to consider here is how the delegate is involved to store the upload information to allow actually resuming it in another call.
Supporting this might ripple through our method builder a bit, as it might need more information to allow this. Or the delegate provides it at runtime, which would certainly be prepared.
Goal is to support storing the current result, and resuming a few minutes/hours later without issues, i.e. the API must allow to do that natively.
The text was updated successfully, but these errors were encountered: