tool · inferred from evidence
HTTPBasicAuth
A method for basic authentication in HTTP requests, often used with the requests library.
- 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