-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cancel uploads #175
Comments
Yes, the SDK supports cancelling uploads by calling |
As of 1a7f260 there's now some initial support for cancelling uploads inline as well as in the activity tab: |
After implementation on #253, it is already implemented for uploads/downloads and pending for a possible future implementation on other operations. Removing from current milestone, waiting for be triaged again |
@jesmrec what are the remaining tasks? |
with the latest implementation:
|
As user, i want to cancel a progressing upload, so that i can save time and bandwidth if i select incorrectly a file to upload
Option to cancel a pending/ongoing upload is a good choice if the user select a wrong file or simply decides to put off the upload. Actually, uploads can not be cancelled and user must wait till upload finishes to get rid of the file. In case the file is huge, time and bandwidth are wasted.
Taking advantage of the lack of three-dot-button in cells of uploading files, set here a cancel option in the same place is a good choice.
AC:
Operations done:
The text was updated successfully, but these errors were encountered: