我正在尝试更新或删除一些对象。在我的php脚本和解析云中,我在afterSave云函数中都得到了消息"object not found for update“(php)和"object not found for update”。
php代码示例:
$video = $results[0];
echo("found: " . count($results)); //this works
echo("found: " . $video->getObjectId()); //this works
$video->set("th