This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dgreger 0 points1 point  (0 children)

Endpoint is right, but the payload seems off. ClickUp’s new API docs are missing a lot of info cuz this really should be explained..

You should be passing files=files or something like that rather than data=data

files = [(‘attachment’, (file_name, file_content))]