sofisl

Results 192 comments of sofisl

I don't think this works with http. Can you try the following: ``` rm -rf node_modules && rm -rf package-lock.json npm i //code snippet const client = new v4.JobServiceClient() //...

google-gax will grab the latest version, and so will all the google-cloud packages. You just need to make sure to remove any cached node modules and reinstall your package-lock so...

Since this is an API FR, it might be worth adding [here](https://cloud.google.com/support/docs/issue-trackers), under Create a new Issue for Artifact registry.

Hi @luc122c! Would you mind submitting this as a FR for the API itself, vs. the library: https://cloud.google.com/support/docs/issue-trackers (under `Create new Container Registry & Artifact Registry issue`). Thanks!

Hi @ollyde, I posted this bug with the API team. I confirmed this is occurring, and also reproduced it with the API itself(not just the client library): https://b.corp.google.com/issues/284179105

@evil-shrike, thanks so much for taking the time to give us this feedback - it's very helpful! There were a few issues that I got from this writeup, please see...

Filed b/272556831 internally. Thanks @guillaumeprevost!

It seems like this is on their backlog to add!

Hi @Kylar13, I'll dig into this more if you're still having issues, but it seems that at a cursory glance, you can just set your credentials as a top-level object,...