Brent Shaffer
Brent Shaffer
@patlecat We will work with anyone who wants to submit a PR to support this. This feature is currently not on our roadmap, however.
Hi @necrogami! Do you know what is causing your `refresh_tokens` to be revoked? Refresh tokens do not expire. As far as an elegant way to solve this, you could probably...
It looks like this is coming from the APIs themselves. I would check with the EchoNest API documentation to find out more.
Are you using Google Ads? If so, it could be related to [this thread](https://groups.google.com/g/adwords-api/c/APX2pV9d0Nk?pli=1): >With regards to your concern, it may be related to the release of our[ latest version...
This is not an error message I've seen in the past, or am familiar with. This repo supports the client libraries only, and this appears to be a backend issue...
@TimurSadykov we are getting requests for this behavior to be incorporated for certain spanner errors (see https://github.com/googleapis/google-cloud-php/issues/5473). Can we go ahead and merge it?
@TimurSadykov Interesting, that sounds good. But if we indicate it's retryable, wouldn't we also want to allow those requests to be automatically retry?
@TimurSadykov thank you for the thorough reply! So in the case mentioned by our customers (internal server errors returned by the Spanner service, _NOT_ auth or grpc-specific errors), would it...
Thank you for reporting this issue! We would love to see a PR to fix this. Another way we could do this is we could be conservative when checking to...
I think the main issue here is the library cache by default does not actually look at the token expiration. It just calls for a new access token on every...