-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.1
-
Fix Version/s: 2.2.2
-
Component/s: None
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.13
-
Story Points:1
Issue
For chunked uploads, the uploadedSize attribute of the attached Blob is always 0 when it is the first time the upload happens on that batch ID.
For an ongoing upload, the uploadedSize value will be what was already sent. But the value will never change more chunks are uploaded.
Fix
Compute the value of uploadedSize when processing an iteration of a chunked upload.
- is related to
-
NXDRIVE-1753 Improve uploads robustness
- Resolved