Server error: POST https://####.sf-api.com/sf/v3/Shares?notify=false resulted in a 500 Internal Server Error response: {"code":"InternalServerError","message":{"lang":"en-US","value":"System error"},"reason":"Unspecified"}
I am getting this error when trying to createShare. The only reason why I feel like it is an issue is because I have the same command working on ARC with the same variables.
$options = array (
'ShareType' => 'Send',
'Title' => 'New Share for File',
'Recipients' => array('User' => array('Email' => 'email.net')),
'Items' => array('Id' => $fileid),
'RequireLogin' => 'false',
'RequireUserInfo' => 'false',
'MaxDownloads' => -1,
'UsesStreamIDs' => 'false'
);
$downloadurl = $client->createShare($options);
Any thoughts
Server error:
POST https://####.sf-api.com/sf/v3/Shares?notify=falseresulted in a500 Internal Server Errorresponse: {"code":"InternalServerError","message":{"lang":"en-US","value":"System error"},"reason":"Unspecified"}I am getting this error when trying to createShare. The only reason why I feel like it is an issue is because I have the same command working on ARC with the same variables.
Any thoughts