WMInfoTech / python-msgraph

Other
4 stars 1 forks source link

Upload large files with an upload session #5

Open Shkurupii opened 3 years ago

Shkurupii commented 3 years ago

Hello! Share Point has https://docs.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0 endpoint which allows to upload large files to drive. Can you give me a quick example or advice how me to get started, because I don't find that info from code. Does python-msgraph support such endpoint?

Thanks! Oleksii

dpfens commented 3 years ago

Hi @Shkurupii it does not currently support that set of endpoints, but I have started implementing them here and referenced this issue in the first commit for this set of endpoints.

Shkurupii commented 3 years ago

Hi, @dpfens. Thanks! I saw your progress. What's the chances that you close this issue in near future? Besides I can't find an information about how to get such a certificate (requirements, etc) and how/where to whitelist it in Azure UI. Drop me a link please. Thanks in advance! Br, Oleksii