-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Direct Transfer
-
Epic Link:
-
Tags:
-
Team:DRIVE
-
Sprint:nxdrive #42, nxdrive #43, nxdrive #44
-
Story Points:5
Currently when you make a request on /complete the upload remains "blocked" at 100% until the call to FileManager.Import (where it will go to the Finalizing... state).
We forced the use of idempotent requests on Drive for large files NXDRIVE-2704. So we check every 60 seconds or so if the file is still being processed by the server.
We MUST inform the user that it's upload is still in progress so that it doesn't retry it.