是否可以在 Asana 中创建带有附件的任务?

Is it possible to create a task with an attachment in Asana?

我正在查看以下参考资料:https://asana.com/developers/api-reference/tasks and https://asana.com/developers/api-reference/attachments。我假设您不能使用 Asana 的 API 创建一个带有附件的任务是否正确?或者也许我遗漏了什么?

是的,您可以创建它。 您首先需要创建一个任务。 这将 return 一个 "taskid".

https://asana.com/developers/api-reference/attachments#upload

然后在下一个请求中您需要为该任务添加附件。