platform · inferred from evidence
Confluence Cloud
The cloud-hosted version of Atlassian's Confluence product.
- atlassian-python-api Confluence `create_page` fails on Cloud: need the v2 REST API
The library historically only used the v1 REST API, which is why `create_page()` started failing on Confluence Cloud with that `PermissionException`. The maintainers implemented v2 API support in the 5.0.0 release, so the fix is to upgrade