sascommunities/sas-microsoft-graph-api

request: add ms graph api upload limit warning

Closed this issue · 1 comments

Hello,

It could be interesting to add a warning about the ms graph api upload limit warning:
https://learn.microsoft.com/en-us/answers/questions/1162685/can-we-used-more-than-4mb-file-upload-using-graph

Thank you in advance.
Regards
Abder

I've implemented the approach that supports large files with an upload session. It splits the source file into segments that can be uploaded in sequence, then iterates through these to get them uploaded to the target folder.