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.
2 parents ceb9e53 + 4b0ebf8 commit de3bd7aCopy full SHA for de3bd7a
README.md
@@ -121,6 +121,11 @@ foreach ($results as $item) {
121
122
> An example of this can be seen in [`examples/service-account.php`](examples/service-account.php).
123
124
+Some APIs
125
+(such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do
126
+not support service accounts. Check with the specific API documentation if API
127
+calls return unexpected 401 or 403 errors.
128
+
129
1. Follow the instructions to [Create a Service Account](https://developers.google.com/api-client-library/php/auth/service-accounts#creatinganaccount)
130
1. Download the JSON credentials
131
1. Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variable:
0 commit comments