microsoftgraph / msgraph-sdk-java-core

Microsoft Graph SDK for Java - Core Library

Home Page:https://docs.microsoft.com/en-us/graph/sdks/sdks-overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Upload Task

ramsessanchez opened this issue · comments

Refactor the Upload Task in GraphCore to make use of the newly created ClientFactory.

As part of this work, we should also remove the slice size constraint.
The SDK must have a default value of 5MB but it shouldn't throw an exception when the slice size isn't multiple of 320KiB.
The max slice size parameter should be optional, so users can change the slice size to allow other scenarios.

Please refer to microsoftgraph/msgraph-sdk-dotnet-core#475 for context.