Kyle Kusche
Kyle Kusche
### Current behavior Trying to compress a video that is 900MB on Android and getting an error before it tries beginning the compression: `[Error: setDataSource failed: status = 0x80000000]` Smaller...
### Current behavior I have the backgroundUpload() in a try/catch block. When calling cancelUpload(uploadId), the catch block runs with the error "[Error: Upload Failed]". ### Expected behavior This is not...
The upload works fine when the app is open. However, when the app is backgrounded, the upload will pause, and it won't resume until the app is foregrounded again. This...