When i run BasicOperations/GetCampaigns.php in my local machine/ xampp it works ok but when i run same file on linve it throw 500 Error. then i comment all code and only run aoutload.php file
then it shows this error.
Parse error: syntax error, unexpected '[' in /httpdocs/email/report/costapi/google/vendor/guzzlehttp/psr7/src/functions.php on line 78
do i need to set path when i upload all files to live server? e.g /// set_include_path(get_include_path() . PATH_SEPARATOR . 'pat-to/htdocs/api/google/vendor/googleads/googleads-php-lib/src/');