sofisl

Results 192 comments of sofisl

- What version are you using of: - Node - tasks - gax - grpc-js? - Is there any opportunity to reuse an existing CloudTasksClient in your code instead of...

Bump, we can't release as this is currently breaking all of our tests.

Bump, we can't release as this is currently breaking all of our tests.

Hi @ahsanaasim, thanks for posting the answer and the solution. Since this is more of an API-specific question, we usually post these Q&As as discussion topics. However, one thing I...

Please follow documentation [here](https://github.com/googleapis/google-cloud-node/blob/8940a6e72a9a4117cac8f0aba6f0e0cb4d885677/packages/google-apps-meet/samples/generated/v2/conference_records_service.list_conference_records.js#L43-L55)

Can you add a todo to remove this dependency and compodoc when we move off of it? Ty!

Please follow instructions for authenticating with oauth2: https://github.com/googleapis/google-api-nodejs-client/blob/main/samples/oauth2.js

[see](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination) Can you try setting `autoPaginate: false` or using the Async method?

@alexander-fenster, what do you think? Seems like passing in projectId implicitly as a parameter could have magic side effects, but not sure if AC tools has considered this as a...