LargeFileUploadTask
fails when uploading an attachment to an Outlook item
#691
Labels
type:bug
A broken experience
On the line
upload_result = await file_upload_task.upload(progress_callback)
an exception is thrown.My suspicion is that this is similar to the problem the Go SDK had in its initial implementation: it's sending an
Authorization
header with each upload request: microsoftgraph/msgraph-sdk-go-core#320I can't confirm that this is the case, but it seems likely.
The text was updated successfully, but these errors were encountered: