Gokul
New member
- Joined
- Oct 30, 2024
- Messages
- 1
- Programming Experience
- 1-3
I'm using BackgroundUploader and UploadOperation to upload a file to my server via API request, my API request is succeed with (204 - No content) status code, but a exception is thrown as `The operation was canceled by the user`. Rest of my API calls with (200) status code works good.
Code used - upload.StartAsync().AsTask(cts, progressCallback);
Need a fix.
Code used - upload.StartAsync().AsTask(cts, progressCallback);
Need a fix.