Hi Team,
We are facing an issue while reading, listing, copying and moving a file from one folder to another between and within subsites.
At the same time we are able to upload a new file to any folder (even dynamic folder creation) and updating the metadata under the site and subsites.
Below attached is the exception we are getting.
| Microsoft.SharePoint.Client.ServerUnauthorizedAccessException: Exception from HRESULT: 0x87FA0010 at Microsoft.SharePoint.Client.ClientRequest.ProcessResponseStream(Stream responseStream) at Microsoft.SharePoint.Client.ClientRequest.ProcessResponse() at SourceCode.SharePoint15.Client.ErrorTrackingClientContext.ExecuteQuery(Boolean placeContextInErrorStateOnFail) at SourceCode.SharePoint15.Client.CSOMFunctions.DocumentFunctions.GetDocument(ListItem listItem) at SourceCode.SharePoint15.Client.CSOMFunctions.DocumentFunctions.CopyDocumentFrom(String fileName, String folder, String sourceSiteUrl, String sourceLibraryTitle, String sourceFolderPath, Boolean overwrite) at SourceCode.SmartObjects.Services.SharePoint.Operations.SPDocument.DocumentExecutableObject.ExecuteCopyDocumentFrom(IList`1 inputs, String fileName, String folder, DocumentFunctions documentFunctions) at SourceCode.SmartObjects.Services.SharePoint.Operations.SPDocument.DocumentExecutableObject.ExecuteCopyDocumentFrom() at SourceCode.SmartObjects.Services.SharePoint.Operations.SPDocument.DocumentExecutableObject.CallExecuteMethod() at SourceCode.SmartObjects.Services.SharePoint.Operations.SPDocument.DocumentExecutableObject.ExecuteObject() at SourceCode.SmartObjects.Services.SharePoint.SharePointService.Execute() |