justmiles / go-markdown2confluence

Push markdown files to Confluence Cloud
Mozilla Public License 2.0
254 stars 51 forks source link

ExternalChangesException: Trying to access unreconciled content #11

Open justmiles opened 4 years ago

justmiles commented 4 years ago

This error is thrown when updating a page that is currently being edited. Per Atlassian docs:

Thrown when trying to make changes to a page outside an editing session (e.g. inline comments) and those changes are disallowed. That can happen when we are in limited mode (synchrony disabled) or after fallback if the page hasn't been reconciled yet with Synchrony

    Error updating content: com.atlassian.confluence.internal.synchrony.ExternalChangesException: Trying to access unreconciled content 999999999. Retry in a few moments
iamshwin commented 4 years ago

Did you find a fix to this?

justmiles commented 4 years ago

Not yet. I need to look at the API docs to see if they support setting the ACL on the content the CLI updates. Also mentioned in #13, it would be nice to prevent users from being able to edit documents that are generated/maintained outside of Confluence.