nodejs-docs-samples
nodejs-docs-samples copied to clipboard
Node.js samples for Google Cloud Platform products.
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
```"@google-cloud/storage": "^7.7.0",``` This code has been working for 4+ years without change. And now all of a sudden it doesn't work. Very simple example ``` const imageFile = await storage.bucket(env.gcloudCloudStorage).file(fileUpload.fileLocation);...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
Hey guys, I am not sure where to put it, but I just want to share my implementation of the speech client v2 and some thoughts about migrating from v1...
Hi! I'm trying to find how to extract the embeddings values to add them to a json files following this format following the example https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/62253bb75d6068e1b44047eac5572246dfaa217b/ai-platform/snippets/predict-text-embeddings.js#L76C69-L76C69: {"id":"0","embedding":[0.005268869,-0.019839672,0.0035084013,0.0536439,-0.028307509,0.0037563213, ...]} But not sure...
## In which file did you encounter the issue? https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/memorystore/redis/server.js ## Did you change the file? If so, how? Not yet. But the recommendation is to replace below line -...
How would one go about using assets from their own private bucket (and not the public one in the case of generativeai-downloads/images/scones.jpg)? ## Is your feature request related to a...
Hi, in your example here https://cloud.google.com/run/docs/tutorials/secure-services it is shown as FE-BE services, however the "editor" it not a FE but a node service https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/ebc7aca48f8cc493d73566621ca621af4764c006/run/markdown-preview/editor/Dockerfile google-auth-library can't run in a browser...