![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2013-11-27 06:02:09 -
In reply to message 1 from George Lerma
I have not tried it yet but you may want to try this:
$parent = new stdClass;
$parent->id = 'DESTINATION_FOLDER_ID';
$values = new stdClass;
$values->parent = $parent;
$success = $client->CallAPI(
'https://api.box.com/2.0/folders/FOLDER_ID/copy',
'POST', $values, array('FailOnAccessError'=>true), $result);