sofisl

Results 147 comments of sofisl
trafficstars

What are these values? DIALOGFLOW_API_ENDPOINT= DIALOGFLOW_AGENT_PATH=

I am not able to recreate your problem (I think it's because you didn't set up a handler for your server). Regardless, looking at the issue setup I'm noticing a...

It might be that the dialogflow token is different from the drive token, in which case I'd open an issue with [dialogflow itself](https://cloud.google.com/support/docs/issue-trackers). However, I will close this issue for...

Could you try increasing the timeout, described in [CallOptions](https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html)?

Unfortunately this needs a pretty involved setup from us since we will need the corporate account. Thank you for providing a full reproduction. I'll confirm it as a bug and...

Thank you! FYI Adsmanager should get this update for free, since gax will ingest anything in the 3.x.x major for proto3jsonserializer

can you confirm what `npm ls google-auth-library` is in your project? This may be due to mismatched versions of auth (~9 !== 10)

It seems like this might be the issue. I am attempting to publish [10](https://github.com/googleapis/google-auth-library-nodejs/pull/1927) right now which would solve the problem, or else just make sure to install `google-auth-library-nodejs@rc`

I recently updated another library (that wasn't on 10 as well). If you run `rm -rf node_modules && rm -rf package-lock.json && npm i`, while installing the latest (not rc)...