atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

[Confluence] Unable to upload attachment

Open justinTM opened this issue 4 years ago • 0 comments

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.

justinTM avatar Sep 18 '21 00:09 justinTM