atlassian-python-api
atlassian-python-api copied to clipboard
[Confluence] Unable to upload attachment
Specifying a name argument to Confluence.attach_content() like my/path/to/file.png
results in an error:
"can't attach file with the same name 'file.png'"
well, it isn't the same name; the API is messing around with it in the background. I will replace / with some other char in the mean time.