Feature Request
Implementing a progress bar for a LargeFileUploadTask cannot be done easily with .upload(). I've had to reimplement it with .uploadSlices() involving significant code duplication. Large files almost always need some form of progress UI, so it would be useful to pass an optional progress handler to .upload() like the .NET client: https://stackoverflow.com/a/59776567
AB#5593
Feature Request
Implementing a progress bar for a
LargeFileUploadTaskcannot be done easily with.upload(). I've had to reimplement it with.uploadSlices()involving significant code duplication. Large files almost always need some form of progress UI, so it would be useful to pass an optional progress handler to.upload()like the .NET client: https://stackoverflow.com/a/59776567AB#5593