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.
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
1) Is this a client library issue or a product issue? My nextJS has a default port configuration, however... When executing the following code in NextJS, I get "bind EADDRINUSE...
#### Environment details - OS: MacOs - Node.js version: v18 - npm version: - `googleapis` version: `109.0.1` #### Steps to reproduce 1. Add an adapter through the `GaxiosOptions` to the...
I have a service account with domain-wide delegation enabled for Google Calendar. I'm trying to add a calendar to a user's calendar list within the domain while specifying a specific...
Currently this project is written in (generates) TypeScript using esm module notation but generates CJS output. This makes applying size optimizations to the code essentially impossible. While this package is...
I use the calendar API in TypeScript and want to retrieve all all-day events of a certain day. The problem is that I only receive non all-day events. This is...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
- What you're trying to do: Connect a Next App to Google Play Developer API, to make a CRUD of in-app purchases and subscriptions, through Cloud Functions. - What code...
### Environment details --- - Node.js version: 20.5.0 - npm version: 9.8.0 - `googleapis` version: 126.0.0 ### Unexpected behaviour description --- I'm getting a **401 response** when calling `service.files.create()` for...