brett-src
brett-src
My client is encountering this issue, too. This code has been running fine for years. Here is the CSOM: Microsoft.SharePoint.Client.SearchExtensions.SetSearchConfigurationImplementation(ClientRuntimeContext context, SearchObjectLevel searchObjectLevel, String searchConfiguration)
@VesaJuvonen can provide an update and ETA on a fix? Thanks.
@wobba are there any plans to issue a fix? What does logging a support ticket accomplish?
Hi there - I am hoping I can get some support! My client's automated processes are broken. Tagging @qianghuang1 as I've worked with you previously on an issue. Can you...
@Tran-Kien sorry to hear, but it's reassuring to know that we're not alone. Is seems more than likely that some SharePoint update caused this type of behavior. Please note from...
@Tran-Kien I am continuing to triage this issue. It seems that I can replicate the problem within SharePoint Online as a logged-in administrative user. So it is certainly not a...
@qianghuang1 thanks very much for your persistence to help! Action: upload & overwrite file ‘seattle.master’ in Master Page Gallery of site. Result: Access Denied against user who has ‘Full Control’...
Hey @qianghuang1 - I was just able to verify that the `DenyAddAndCustomizePages` setting is what's causing the problem. I used the SharePoint admin center to allow custom scripts for a...
@qianghuang1 unfortunately, I am getting zero help from Microsoft Support. You've been the most helpful, so I really appreciate that you've taken some time to help me investigate.
@Tran-Kien you might be interested in this code which can update the `DenyAddAndCustomizePages`. I created a function that turns the `DenyAddAndCustomizePages` to `DenyAddAndCustomizePagesStatus.Disabled`. Then I do my various scripting. At...