skip to Main Content
author
262 views
0 votes

How to debug Google APIs Client Library for PHP error ACCESS_TOKEN_SCOPE_INSUFFICIENT

We’re using Google APIs Client Library for PHP (https://github.com/googleapis/google-api-php-client) using authentication with Service Accounts.
The code is
putenv('GOOGLE_APPLICATION_CREDENTIALS=' . $google_api_key_file_path);<br

Back To Top
Search