boxsdk provides the useful boxsdk.util.chunked_uploader.ChunkedUploader (and Folder.get_chunked_uploader). However, there is no mention of a replacement or similar functionality in the migration guide.
Describe the solution you'd like
A code sample replicating or reproducing the functionality of ChunkedUploader would be useful, as would providing a utility implementation of the ChunkedUploader to prevent Python SDK users from interacting with Upload Sessions directly for the common use of uploading a local filepath/bytestream.
Additional context
This appears to be a major regression from boxsdk to box_sdk_gen; it is difficult to migrate without this functionality.
Please accept my apologies if this is detailed in a portion of the documentation I didn't find.
boxsdkprovides the usefulboxsdk.util.chunked_uploader.ChunkedUploader(andFolder.get_chunked_uploader). However, there is no mention of a replacement or similar functionality in the migration guide.Describe the solution you'd like
A code sample replicating or reproducing the functionality of ChunkedUploader would be useful, as would providing a utility implementation of the ChunkedUploader to prevent Python SDK users from interacting with Upload Sessions directly for the common use of uploading a local filepath/bytestream.
Additional context
This appears to be a major regression from
boxsdktobox_sdk_gen; it is difficult to migrate without this functionality.Please accept my apologies if this is detailed in a portion of the documentation I didn't find.