Hi,
Please update the line that you pointed out (file /class/sharedEntity.php line #70) to as follows:
$headers = $this->_setHeaders($this->mimetypes['json'], null, $this->parameters['client_upload_id']);
Also, in the demo script (file /sharedContent/create_shared_entity.php starting line #49), please make sure that it matches the following:
// request & store the latest content URL
$sharedContentObj->getMetadata()->printCurlData();
// request for the sharedContent manifest
$sharedContentObj->getManifest()->printCurlData();
The above fix will be available in the upcoming release.
- Mike