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

Bundlers think this library cannot be tree shaken. This results in this workaround in Remix https://remix.run/docs/en/v1/pages/gotchas#server-code-in-client-bundles I suggest adding `"sideEffects` field to `package.json`

type: feature request
priority: p3

Hello - are there any APIs available to determine which groups a user belongs to? I'm having a hard time figuring out how to do this. Ideally, I would like...

type: question

First of all, This client is a massive time saver for the developers and really grateful for the time and energy you all have put into this. Second of all,...

type: feature request
web

**Is your feature request related to a problem? Please describe.** Trying to authorize a Gmail API request to get a Google Workspace account's Gmail delegates via DWD delegated Service Account...

type: feature request
priority: p3

Is there any way to insert multiple members in a group using the Admin SDK's Directory API ? The API used to insert member is - members.insert Currently in the...

type: question
priority: p3

Google Docs released a new featured called Checklists that allows for interactive checkbox bullet lists. It doesn't appear to be a way to create these via the API, is that...

type: question

My goal is for my nodejs app to send mail to notify me if there were unhandled code exception on the server. The code below is what I use for...

type: docs
size: m

#### Environment details - OS: OSX locally, (Firebase) Cloud Functions cloud-based, - Node.js version: v10 & v14 - npm version: 6.14.8 - `googleapis` version: 71.0.0 #### Steps to reproduce Node's...

type: docs

Please add strongly type for the condition's types in boolean rules for conditionnal formatting. Today, it is `string or undefined`: ![image](https://user-images.githubusercontent.com/51024915/115994825-e812d780-a5d8-11eb-8d12-3bd7cb3f8388.png) below the enum I have created, that may helps...

type: feature request

I am using googleapis to create a google sheet. my working code ``` const { google } = require("googleapis"); const keys = require("./credentials.json"); var spreadsheetId = null; var gsapi =...

type: question