google-api-nodejs-client
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.
#### 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...
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...
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...
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...
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...
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",...
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
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...
**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...
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...