msgraph-sdk-python-core icon indicating copy to clipboard operation
msgraph-sdk-python-core copied to clipboard

Developers should be able to access file upload support on the Python SDK

Open roinochieng opened this issue 2 years ago • 0 comments

AB#13318

Uploading a large file can be done by creating an upload session which allows the upload of slices of the file in sequential API requests. This therefore enables the possibility mechanisms such as resuming the upload or cancelling the upload. This task aims to provide a fluent and easy to use mechanism for the consumer to control, monitor and cancel the handling of large uploads.

Design requirements and details here

roinochieng avatar Mar 14 '22 12:03 roinochieng