php-client
php-client copied to clipboard
Api customer key
RebaseData\Exception\RuntimeException : Got error from API: You are using the API without a Customer Key. Like this, you can only do a limited number of conversions! Please use a Customer Key!
at D:\xampp\htdocs\turbo-hrms\vendor\rebasedata\php-client\src\Converter\Converter.php:255 251| $responseHeaders['Content-Type'] === 'application/json') { 252| $responseData = fgets($socket); 253| 254| $json = json_decode($responseData, true);
255| throw new RuntimeException('Got error from API: '.$json['error']); 256| } 257| 258| // Handle response body 259| if ($zipFilePath !== null) {
Exception trace:
1 RebaseData\Converter\Converter::doConversion("csv", "C:\Users\CHERRY~1\AppData\Local\Temp\rebasedata-working-dir\convert-to-database-efefbd04031acbcc3f2ed27d2b8ad63a", ["csv"]) D:\xampp\htdocs\turbo-hrms\vendor\rebasedata\php-client\src\Converter\Converter.php:96
2 RebaseData\Converter\Converter::convertAndSaveToDirectory("csv", "C:\Users\CHERRY~1\AppData\Local\Temp\rebasedata-working-dir\convert-to-database-efefbd04031acbcc3f2ed27d2b8ad63a", []) D:\xampp\htdocs\turbo-hrms\vendor\rebasedata\php-client\src\Converter\Converter.php:51
Please use the argument -v to see more details.