google-cloud-node icon indicating copy to clipboard operation
google-cloud-node copied to clipboard

Google Cloud Client Library for Node.js

Results 243 google-cloud-node issues
Sort by recently updated
recently updated
newest added

would be nice to have access to Images service like in [python](https://cloud.google.com/appengine/docs/standard/python/refdocs/google.appengine.api.images). specifically looking to get a servingUrl. see [here](https://github.com/googlearchive/appengine-nodejs/issues/37). thanks!

type: feature request

When we adopt new Node.js versions (in this case `node: >12` in engines, ~April 2022), it would be neat to write a blog post for our library users regarding the...

type: docs
eol

**Is your feature request related to a problem? Please describe.** I'm always frustrated in any of API request parater, such as `ListRegionsRequest`, we only have property `filter` than what did...

type: feature request
priority: p3

Seems like a lot of users want to use webpack with a number of the nodejs client libraries. Threads where this comes up: - https://github.com/googleapis/nodejs-dialogflow/issues/390 - https://github.com/googleapis/nodejs-dialogflow/issues/16 - https://github.com/googleapis/nodejs-speech/issues/367 -...

type: feature request
web

#### Steps to reproduce 1. Go to https://www.npmjs.com/package/@google-cloud/sql-admin 2. It doesn't exist It's linked to from https://github.com/googleapis/google-cloud-node but 404s. Notice the image in README.md says "invalid" on the display too.

type: feature request

We're using a custom docker image with 15.11.0-alpine. We're developing a video upload service for a client. Large videos 10-20-30GBs goes to our express server via multipart/form-data. When it lands...

type: question
needs more info

I'm using the sample app for `logging-bunyan`, but I expect this to happen across the board across all libraries. ``` > node server.js (node:38767) UnhandledPromiseRejectionWarning: Error: Sorry, we cannot connect...

type: feature request

Since OAuth 2.0 is a supported authentication methods for Google APIs, it would be nice if these set of APIs supported it. You can already do it using `google-auth-library` together...

type: feature request

In @google-cloud/bigquery we created a custom `File` type where we were supposed to be using a @google-cloud/storage `File` type. ``` export interface File { bucket: any; kmsKeyName?: string; userProject?: string;...

type: feature request

@JustinBeckwith @kinwa91 [Yesterday the `@google-cloud` projects were modified to remove source maps from their npm packages](https://github.com/googleapis/google-cloud-node/issues/2866) with the stated rationale, "When a user runs code in an environment that enables...

type: feature request