We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11ca6c commit 4b0ebf8Copy full SHA for 4b0ebf8
README.md
@@ -125,6 +125,11 @@ foreach ($results as $item) {
125
126
> An example of this can be seen in [`examples/service-account.php`](examples/service-account.php).
127
128
+Some APIs
129
+(such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do
130
+not support service accounts. Check with the specific API documentation if API
131
+calls return unexpected 401 or 403 errors.
132
+
133
1. Follow the instructions to [Create a Service Account](https://developers.google.com/api-client-library/php/auth/service-accounts#creatinganaccount)
134
1. Download the JSON credentials
135
1. Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variable:
0 commit comments