OneDrive / onedrive-api-docs

Official documentation for the OneDrive API
MIT License
451 stars 228 forks source link

How to cancel async upload request #1759

Open OpticalEngineering opened 10 months ago

OpticalEngineering commented 10 months ago

how to cancel async upload request ?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ificator commented 9 months ago

I don't believe there is a way to cancel it currently... can you explain your scenario? Did you start an "upload from url" on a large file and it's taking too long so you want to stop it?

Ordinarily the uploads are pretty quick and so the window in which a cancel would be useful is pretty small.

OpticalEngineering commented 8 months ago

I uploaded a large number of files through upload from url. Now there is a file that needs to be uploaded immediately, but I need to wait for the previous file to be uploaded. I want to cancel files that have not been uploaded successfully so that new files can be uploaded immediately