OneDrive / onedrive-api-docs

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

Get Uploading Status of any file #1796

Open TejasPatadiya10 opened 4 months ago

TejasPatadiya10 commented 4 months ago

I am uploading one large file(approx 1GB+) from one drive site and in the backend i have one application which constantly fetches files from the one drive.

Now even though the upload is not completed yet i am able to get that file from my backend application.

I want my app to ignore the files which are not fully uploaded yet , can we do it ? , can we have uploading status like inprocess or completed or anything else