Brent Shaffer
Brent Shaffer
Can you please explain to me the reason for this pull request? The "required scope" should be built into the resource action itself, ie hard coded somewhere, and not part...
Thank you for this. I am closing this since a test suite for this demo app will require a more standard method of testing (using behat/mink, etc). However, I think...
We should have a `MongoDB` class, in addition to the `Mongo` storage class, which correspond to the `mongodb.so` and `mongo.so` extensions respectively.
@iNDicat0r would you mind submitting a PR with your changes?
Since that example is only for a service account, and not for domain-wide delegation, I'd prefer to leave it as-is. however, we could add a commented-out line like so: ```php...
I would try to make the call using the [APIs Explorer](https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.products/get). If you see the same issue there, then the problem is with the `productId` and `token` you're provided. If...
We are changing this back to feature request because "bug" implies a bug in the library. We are working on rolling out a fix, however!
> Correct me if I'm wrong, but we are using the `discovery-artifact-manager` repo as our golden No, we use the JSON here: https://github.com/googleapis/google-api-php-client-services/tree/main/generator/tests/testdata/golden_discovery
+@parthea for visibility. Would love you to take a glance at this to make sure it looks good!
I believe you're referring to [this line](https://github.com/firebase/php-jwt/blob/main/src/JWK.php#L113) where an exception is thrown for private keys. The JWKs should be public keys, so the error is to provide guidance in case...