Replies: 1 comment 1 reply
-
I see this library doesn't have support for createUploadSession and upload attachments > 4Mb. I'm going to make a PR. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to send big emails (around 12Mb), it fails with the next stack:
I was debugging and it happens when it try to upload the second attachment, with the endpoint:
https://graph.microsoft.com/beta/users/<user-id>/messages/<message-id>/attachments
I've try with MSGraphProtocol(api_version="beta") but it fails with the same error.
Maybe am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions