You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when trying to use the Bulk API Client "Invalid session id". After much debugging you have to add:
curl_setopt($ch, CURLOPT_SSLVERSION, 6);
I got this error when trying to use the Bulk API Client "Invalid session id". After much debugging you have to add:
curl_setopt($ch, CURLOPT_SSLVERSION, 6);
after this: https://github.com/subdee/salesforce-bulk-api-client/blob/master/src/BulkApiClient.php#L378
The text was updated successfully, but these errors were encountered: