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.
``` const auth = new GoogleAuth({ scopes: [ 'https://www.googleapis.com/auth/calendar', 'https://www.googleapis.com/auth/calendar.events' ], keyFile: './src/serviceaccount.json', clientOptions: { subject: '[email protected]' } }); const calendar = google.calendar({ version: 'v3', auth: auth }); const apiResponse...
#### Environment details - OS: Windows 11 - Node.js version: 22.9.0 - npm version: 10.8.3 - `googleapis` version: 140.0.1 Whenever I try to upload videos via the API, the first...
#### Environment details - OS: Windows 11 - Node.js version: v18.20.4 - npm version: [email protected] - `googleapis` version: 144.0.0 #### Steps to reproduce 1. Over the last couple of weeks...
I'm using this library in Node.js and just made four requests in quick succession, all to the same email address and with the same body. To my surprise, only the...
This release is too large to preview in the pull request body. View the full release notes here: https://github.com/googleapis/google-api-nodejs-client/blob/release-please--branches--main--release-notes/release-notes.md
### Please make sure you have searched for information in the following guides. - [X] Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues - [X] Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting - [X]...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `692973e` -> `eef6144` | --- ### Configuration...
ensure we are upgrading to the latest version of packages to avoid vunerabilities Source-Link: https://github.com/googleapis/synthtool/commit/b5c0ed498c5e18cb82ead7b88f11d2d4f1b26791 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:2d9cc5ba06665c588e4d6accba03321d1314358ebb68dd0a7515ff28ada937ff
Source-Link: https://github.com/googleapis/synthtool/commit/e082ba7238c3b3fce47bef3b49686def66fe5a08 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:54d3915b7c06c51f4339072d9ae9ddec43fe3197d5dd45122ca6ab7a02168765
* feat: Support Node 18+ * chore: Additional Node 18 upgrades * chore: don't change test fixtures * feat: Move kokoro directories to 18 * chore: Update checkout and setup-node...