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 providing any examples?
Note: The files size more than 200 and less than 1 GB
Thanks in advance!
3 Replies
- mrehmatBrass 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.