Hi,
When using Microsoft.SharePoint.client.dll against Office 365 I receive the following error message when my program is attempting to save a file (uploading to SharePoint).
As shown below, here is a the code snippet:
context.ExecutingWebRequest += claimsHelper.clientContext_
{<var></var>
try
{
Microsoft.SharePoint.Client.
}
}
// The above code while saving the file is giving error
This results in the following error:
{"The remote server returned an error: (403) Forbidden."}
Stacktrace -- " at System.Net.HttpWebRequest.
at Microsoft.SharePoint.Client.
at Microsoft.SharePoint.Client.
Any suggestions on resolving this would be greatly appreciated...