You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling get_tasks_for_project on any project with more than 100 tasks, the API returns the following:
The result is too large. You should use pagination (may require specifying a workspace)! (Asana::Errors::InvalidRequest)
The docs say to set options: { limit: } to a value between 1 and 100 but setting any value including 1 still causes the API to fail in the same way. There's no option to specify a workspace on that API either, so that's of no use.
This is the same issue from #110 and I suspect the same issue from #164 but I haven't looked at that one. I've forked the gem and used the same fix from #112 applied to get_tasks_for_project but i'm not sure if that's the right fix or just a fix.
The text was updated successfully, but these errors were encountered:
When calling
get_tasks_for_project
on any project with more than 100 tasks, the API returns the following:The docs say to set
options: { limit: }
to a value between 1 and 100 but setting any value including 1 still causes the API to fail in the same way. There's no option to specify a workspace on that API either, so that's of no use.This is the same issue from #110 and I suspect the same issue from #164 but I haven't looked at that one. I've forked the gem and used the same fix from #112 applied to
get_tasks_for_project
but i'm not sure if that's the right fix or just a fix.The text was updated successfully, but these errors were encountered: