-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes not being sent to sharepoint #137
Comments
More behaviour is that the source file is checked out but is never updated or republished. Opening the edited page shows the page open for editing but in original state. No error in VSCode |
Hello @SaintsMan76 - in your spgo.json file, what is the current value of the SPGo supports three 4 different values for this:
You can read more at the documentation page here Finally, what happens when you manually publish a file by left-clicking the file and selecting the |
Hi Chris i found the issue. I had to modify a setting on my sharepoint site I was then able publish and update changes. Apologies but I couldn't find this in setup documentation. |
Hey folks, Had the same issue as @SaintsMan76 and was able to fix it by setting DenyAddAndCustomizePages to $false on the site in question. |
@roschinsky good catch! Thank you for posting this potential solution! @SaintsMan76 - is your issue still resolved? I think it would be good for me to add a troubleshooting/faq page to the documentation for issues like this. |
@chrishasz: actually @SaintsMan76 brought up that workaround. just wanted to confirm the approach. ;) |
Ack! You are correct. So much for my morning reading comprehension. |
Note: for support questions, please use stackoverflow and tag the post with #spgo.
I'm submitting a ...
What is the current behavior?
I am trying to use the SPGO tool to backup a sharepoint site and move to a different tenant after a spliting off of a part of the company.
SPGO: Populate local workspace works but editing then saving or adding files are not saved to sharepoint. Tried with multiple sites and not working.
If the current behavior is a bug, please
spgo.json
file (You may replace corporate PII with "xxx")"workspaceRoot": "c:\Users\xxx\Documents\SPGO\xxx",
"publishWorkspaceOptions": {
"destinationFolder": "/",
"globPattern": "c:\Users\xxx\Documents\SPGO\xxx\src\\.",
"localRoot": "c:\Users\xxx\Documents\SPGO\xxx\src"
},
"publishingScope": "SaveOnly",
"authenticationType": "Digest",
"remoteFolders": [
"/SitePages//",
"/SiteAssets/**/",
"/_catalogs/wp/",
"/_catalogs/master
]
}
modify a file and save
SPGO: Publish local workspace (enter credentials)
What is the expected behavior?
Updates to be copied to share point and be visible in site pages.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: