google-api-php-client's autoloader deprecated
问题 As a test, I ran one line of code in PHP to implement the PHP Client Library. indexTest.php <?php require_once realpath(dirname(__FILE__).'/google-api-php-client/autoload.php'); return; I get this error: Deprecated: google-api-php-client's autoloader was moved to src/Google/autoload.php in 1.1.3. This redirect will be removed in 1.2. Please adjust your code to use the new location. in C:\Users\NoName\Documents\academic-being-90217\google-api-php-client\autoload.php on line 25 What do I need