Azure / azure-functions-microsoftgraph-extension

Microsoft Graph extension for Azure Functions
MIT License
46 stars 23 forks source link

OneDrive streams only supports files up to 4MB #17

Open ConnorMcMahon opened 7 years ago

ConnorMcMahon commented 7 years ago

The current method we are using in the Microsoft Graph .NET SDK to upload streams to OneDrive only supports up to 4 MB files. We can utilize their chunked upload to allow larger files.