Brent Shaffer

Results 407 comments of Brent Shaffer

I like your implementation better than https://github.com/firebase/php-jwt/pull/453/files because it's simpler - but do you think you could add some tests like in the other PR? If so, please also include...

@christiandavilakoobin you need to sign the CLA before I can merge this!

@christiandavilakoobin thank you! it worked

Hi @jonhassall, this is a great request. The API key docs are hard to find because not every API supports them. For the APIs which ARE supported, here's how you...

It's now possible to submit an API key using the `apiKey` client option as seen in [this sample](https://github.com/GoogleCloudPlatform/php-docs-samples/blob/main/auth/src/auth_cloud_apikey.php): ```php use Google\Cloud\RecaptchaEnterprise\V1\Client\RecaptchaEnterpriseServiceClient; use Google\Cloud\RecaptchaEnterprise\V1\ListKeysRequest; // Create a client. $recaptcha = new...

Thank you for filing this issue, and for your thorough research into the problem. I will take a look at this and see if I can't identify the issue.

@bogdanstoik I created a fix [here](https://github.com/googleapis/google-cloud-php/pull/7495). You can install it with composer by doing something like: ``` composer require google/cloud: dev-fix-storage-streamwrapper as 0.500.0 ``` It will be in this week's...

@bogdanstoik thank YOU for notifying us of the problem and providing such a detailed issue as to make it easier to track down.

This is fixed in https://github.com/googleapis/google-cloud-php/pull/7648 and in version [4.8.3](https://github.com/googleapis/common-protos-php/releases/tag/v4.8.3) of `google/common-protos` thanks for reporting this!