microsoftgraph / msgraph-sdk-objc

Microsoft Graph SDK for Objective-C
MIT License
37 stars 21 forks source link

Big file upload progress #41

Closed explaineverything closed 5 years ago

explaineverything commented 5 years ago

Is there any way to get uploading progress using MSGraphOneDriveLargeFileUploadTask. Or should I use something else?

explaineverything commented 5 years ago

OK - I solved this problem using MSURLSessionUploadTask to create UploadSession and I created MSURLSessionUploadTask myself to upload file bytes. So I don't use MSGraphOneDriveLargeFileUploadTask nor MSLargeFileUploadTask.