This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Replies: 4 comments
Thanks that would be great! Would really love to use it so that would be helpful 🙏 |
0 replies
|
@feywind nothing after 2 weeks? 😞 would be nice to know something about this, as we plan to use pubsub quite a bit with cloud functions |
0 replies
|
@alexander-fenster Are you able to help out here? :) Would be much appreciated |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ERROR
I get the following error when I try to use the pubsub client. In my cloud function environment calling pubsub nodejs client.
Warning: iam_service.json not found in any of the include pathsEnvironment details
Cloud functions12.20yarn 1.18@google-cloud/pubsubversion:2.10Steps to reproduce
Trying to instantiate a pubsub client
Call function where client is used:
Get error
Warning: iam_service.json not found in any of the include pathsAny help would be appreciated! Due to how cloud functions work I can't seem to use the option of passing a
keyFilenamepathNote I did try following this: #1000
but it still throws
IAM errorAll reactions