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.
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...
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...
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:...
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
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
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...
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...
- 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...
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**
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.