Replies: 4 comments
-
@bytewiz That sounds annoying. Let me see if I can find someone who knows a bit more about Cloud Functions (@bcoe ?). If that doesn't turn anything up, I'll be able to look at this next week. |
Beta Was this translation helpful? Give feedback.
-
Thanks that would be great! Would really love to use it so that would be helpful 🙏 |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
@alexander-fenster Are you able to help out here? :) Would be much appreciated |
Beta Was this translation helpful? Give feedback.
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 paths
Environment details
Cloud functions
12.20
yarn 1.18
@google-cloud/pubsub
version:2.10
Steps 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 paths
Any help would be appreciated! Due to how cloud functions work I can't seem to use the option of passing a
keyFilename
pathNote I did try following this: #1000
but it still throws
IAM error
Beta Was this translation helpful? Give feedback.
All reactions