IllumiC

Results 5 comments of IllumiC

I'm also experiencing this issue. I do not know what part of the template is causing it due to the limited output.

Hi jansenbe, apologies but I'm not able to investigate it myself further due to timeline constraints. Kind regards.

The issue occurs using any of SystemUpdateAsync() and UpdateOverwriteVersionAsync(). Using UpdateAsync() causes the following error on ALL files (not just docx / xlsx): SharePointRestServiceException: There was an exception while writing...

Out of curiosity to make sure I'm not going insane.. I am changing the extension of the file via code to .tmp. The .tmp file allows the term to be...

I ran the following code after to see what the client sees.. ``` IFile editedFile = pnpRepositoryContext.Web.GetFileByServerRelativeUrl(addedFile.ServerRelativeUrl); await editedFile.LoadAsync(f => f.ListItemAllFields.QueryProperties( listItem => listItem.All, listItem => listItem.ParentList.QueryProperties( list => list.Title,...