google-api-nodejs-client icon indicating copy to clipboard operation
google-api-nodejs-client copied to clipboard

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.

Results 284 google-api-nodejs-client issues
Sort by recently updated
recently updated
newest added

#### Environment details - OS: - Node.js version: 18.15.0 - npm version: 9.5.0 - `googleapis` version: 112.0.0 #### Steps to reproduce 1. set http2 and timeout options to google.options ```javascript...

type: feature request
priority: p3

Thanks for stopping by to ask us a question! Please make sure to include: - What you're trying to do Trying to follow documentation in how to request extra configurations...

type: question
priority: p3

I am trying to instantiate a `Sqladmin` class by passing a custom `GoogleAuth` object, which was in turn instantiated by passing a custom `AuthClient` object. However, I get a TypeScript...

type: bug
priority: p2
api: sqladmin

Thanks for stopping by to ask us a question! Please make sure to include: - What you're trying to do -> I'm running app script using nodejs. I have already...

type: question
priority: p3

1) Is this a client library issue or a product issue? library issue 2) Did someone already solve this? nope 3) Do you have a support contract? nope If the...

type: bug
priority: p2

There is a issue with REST api when try to retrieve all groups using Below url We are getting 400 error **https://admin.googleapis.com/admin/directory/v1/groups** { "error": { "code": 400, "message": "Bad Request",...

type: bug
priority: p2

Library is only exposing v2 and v3 versions of identity toolkit, because of it. The following endpoints cannot be used: https://cloud.google.com/identity-platform/docs/reference/rest#rest-resource:-v1.projects.accounts

type: bug
priority: p2

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to...

size: m

**Is your feature request related to a problem? Please describe.** I want to add a proxy for request from `googleapis`. But `env.HTTP_PROXY` will affect requests from other request client(not only...

type: feature request
priority: p3

Thanks for stopping by to ask us a question! Please make sure to include: - I need coding sample that shows how to send for a token to access the...

type: question
priority: p3
samples