Skip to content

Instantly share code, notes, and snippets.

View mimisasouvanh's full-sized avatar

Mimi Sasouvanh mimisasouvanh

  • Microsoft
  • Redmond, WA
View GitHub Profile

Uploading Large Files

Note This is preliminary documentation and is subject to change as we evolve the OneDrive API.

OneDrive handles uploading large files by supporting the [standard BITS protocol][1]. BITS (Background Intelligent Transfer Service) is a simple extension to HTTP that enables resumable file uploads to OneDrive.

The standard PUT method for uploading a file has a 100 MB limit, but using