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 276 google-api-nodejs-client issues
Sort by recently updated
recently updated
newest added

Hi, community, I use node js and google API NPM with both I want to upload a video on the user's youtube account but I couldn't figure out how to...

type: question
priority: p3

Got this email about the security update that is going to be enforced on sept 13 2021, and i was trying to figure out how to actually set the X-Goog-Drive-Resource-Keys...

type: question

dfareporting v3.4 was sunset the a couple weeks ago and migrating to 3.5 hasn't been going smoothly. doing this - const { google } = require("googleapis"); this.dfareporting = google.dfareporting({ version:...

type: question
priority: p3

I am trying to implement in this API - https://github.com/googleapis/google-api-nodejs-client/tree/main/src/apis/playintegrity However the documentation link present in the Readme in above link is broken, which is https://googleapis.dev/nodejs/googleapis/latest/playintegrity/classes/Playintegrity.html

type: question
priority: p3

The following command fails because the submodule package is not published to the npm registry. When will the submodule officially be released? ```bash npm install @googleapis/playintegrity ``` ref.) https://www.npmjs.com/search?q=scope%3Agoogleapis%20playintegrity

type: question
priority: p3

Hi, is it possible to generate new authUrl that will define new scope and will update an existing token? in other words, I have a use case where i want...

type: feature request
priority: p2

Hi, I have an issue, which reoccurs since a week or so in my node js backend. Back then, when the issue occurred the first time, I created a SO...

type: question
priority: p3

- OS: Windows 10 21H2 - Node.js version: 14.16.0 - npm version: 8.1.2 - `googleapis` version: 105.0.0 #### Steps to reproduce - There is no documentation for the Telemetry API...

type: bug
priority: p2

Documentation here ->https://github.com/googleapis/google-api-nodejs-client/tree/master/src/apis/youtubeAnalytics states that this package exists. However npm install @googleapis/youtubeAnalytics results in a **404**

type: feature request

So, I want to freely use TypeScript and package-manager-free. Therefore I chose Deno instead of Node. I think it would be great if Google API support Deno as well.

type: feature request