We've been using this library (version 4.0.7) in an automated daily job for quite a while with no issue. Since 10 April the page action confluence.export_page(page_id) fails with the error
404 Client Error: Not Found for url: https://<org>.atlassian.net/wiki/services/api/v1/task/module-<some_uuid>/progress
for all our pages I tested against.
The connection is set up like this:
confluence = Confluence(
url=<url>,
username=<username>,
password=<token>,
api_version='cloud',
cloud=True
)
I also tried with the new implementation mentioned in the docs, but I get
from atlassian.confluence import ConfluenceCloud
ImportError: cannot import name 'ConfluenceCloud' from 'atlassian.confluence'
We've been using this library (version 4.0.7) in an automated daily job for quite a while with no issue. Since 10 April the page action
confluence.export_page(page_id)fails with the errorfor all our pages I tested against.
The connection is set up like this:
I also tried with the new implementation mentioned in the docs, but I get