Skip to content

Commit

Permalink
fixed response type for drive item
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe committed Apr 26, 2024
1 parent 221ede5 commit 9754d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msgraph_core/tasks/large_file_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(
request_adapter: RequestAdapter,
stream: BytesIO,
parsable_factory: Optional[ParsableFactory] = None,
max_chunk_size: int = 409600 #5 * 1024 * 1024
max_chunk_size: int = 5 * 1024 * 1024
):
self._upload_session = upload_session
self._request_adapter = request_adapter
Expand Down

0 comments on commit 9754d1c

Please sign in to comment.