I'm using Podio API PHP to try to update some tasks, I'm using the method PodioTask::get($task_id);
as the documentation says, but is not working, I'm receiving the following error message:
The user with id 4654583 does not have the right view on task with id 355
This is the code
$task_id = 355;
$items = PodioTask::get($task_id);
dump_var($items);
Does anybody has the same issue? In advance, thank you for your help