How to download a Confluence page attachment with Python?
问题 With the atlassian-python-api 1.15.1 module and python 3.6 how can I to download a file attached to a Confluence page ? The page actions section of the API documentation mentions an API get_attachments_from_content , with which I can successfully obtain a list of all page attachments, with their metadata. There's an example at the end of this question of what I can obtain by printing one of the items in the results key. What I already tried is to use the wget module to downloaad the