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.
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`
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...
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,...
**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...
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...
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...
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...
#### 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...
Please add strongly type for the condition's types in boolean rules for conditionnal formatting. Today, it is `string or undefined`:  below the enum I have created, that may helps...
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 =...