New to office 365. I have done uploading code in both c# and powershell. I was wondering if there is already ready-made code that can upload a local file to office 365 sharepoint.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SharePoint Online is offering various APIs to deal with SharePoint and the data stored within SharePoint Online (SPO).
You can easily add new data to SharePoint using RESTful API (ListData.svc) from any programming language. See http://msdn.microsoft.com/en-us/library/ff521587.aspx