Hello,
I am trying to create Tasks in Asana by using task batch Endpoint. It’s working fine when I have less than 10 tasks in the list.
When I am trying for 21 tasks by breaking it into multiple requests ( 10 each). I am getting below message:
{“data”:[{“body”:{“errors”:[{“message”:“Oops! An unexpected error occurred while processing this request. The input may have contained something the server did not know how to handle. For more help, please contact api-support@asana.com and include the error phrase from this response.”,“phrase”:“19 drunk ligers talk briefly”}]},“status_code”:500,“headers”:{}},{“body”:{“errors”:[{“message”:“Oops! An unexpected error occurred while processing this request. The input may have contained something the server did not know how to handle. For more help, please contact api-support@asana.com and include the error phrase from this response.”,“phrase”:“19 drunk ligers talk briefly”}]},“status_code”:500,“headers”:{}},{“body”:{“errors”:[{“message”:“Oops! An unexpected error occurred while processing this request. The input may have contained something the server did not know how to handle. For more help, please contact api-support@asana.com and include the error phrase from this response.”,“phrase”:“19 drunk ligers talk briefly”}]},“status_code”:500,“headers”:{}}
Did anyone encounter the same issue? Please let me know.
Thanks in advance.
Soumen