Forum Discussion
Hp2019
Oct 10, 2019Copper Contributor
Help needed for Sharepoint Online Download\Upload\Delete\Move C# code examples?
Hi Everyone, I am developing an application that can upload\download\delete\move files from\to SharePoint online to\from local machine using CSOM or REST API? Please, can you help me with this by...
mrehmat
Oct 10, 2019Brass Contributor
Hp2019 Did you give https://github.com/SharePoint/PnP/tree/master/Samples/Core.RestFileUpload a shot?
Hp2019
Oct 11, 2019Copper Contributor
Thank you mrehmat . Yes i tried looking into the examples but still not sure which method i should adopt?
REST API or CSOM method? My file size can be from 2MB to 1GB.
- mrehmatOct 11, 2019Brass Contributor
I personally prefer REST. If you look at some of the backend code that PnP libraries are running on, they heavily reliant on Graph/REST calls themselves.