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 i've been trying to create a google chat space automated via server. I am trying to use service account to do this request here; However it comes back with...
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/)...
I am trying to run a jest test on my functions that are using "googleapis" and get the following error ` Jest encountered an unexpected token Jest failed to parse...
#### Environment details - OS: macOS Sonoma 14.4.1 - Node.js version: 20.5.1 - npm version: 9.8.0 - `@googleapis/healthcare` version: 16.0.0 Hi there- following the [example code](https://cloud.google.com/healthcare-api/docs/how-tos/fhir-resources#creating_a_fhir_resource) for creating FHIR resources,...
#### accessapproval:v1 The following keys were added: - schemas.ApprovalRequest.properties.requestedAugmentedInfo.$ref - schemas.ApprovalRequest.properties.requestedAugmentedInfo.description - schemas.AugmentedInfo.description - schemas.AugmentedInfo.id - schemas.AugmentedInfo.properties.command.description - schemas.AugmentedInfo.properties.command.type - schemas.AugmentedInfo.type BREAKING CHANGE: This release has breaking changes. #### aiplatform:v1beta1...
:robot: I have created a release *beep* *boop* --- androidenterprise: 5.9.0 ## [5.9.0](https://github.com/googleapis/google-api-nodejs-client/compare/androidenterprise-v5.8.1...androidenterprise-v5.9.0) (2024-08-27) ### Features * **androidenterprise:** update the API ([36ecebf](https://github.com/googleapis/google-api-nodejs-client/commit/36ecebf6a3e3a68b9bcf8cf0dd6a2e34992cb5b3)) ### Bug Fixes * **androidenterprise:** update the API...
I've setup Google OAuth with Lucia and storing the refresh token in the database. I've tried to create a gmail client like so, using the stored refresh token: ```ts export...
**Is your feature request related to a problem? Please describe.** Currently, all types are optional, or at least a lot of them. See: https://github.com/search?q=repo:googleapis/google-api-nodejs-client+%22%7C+null%22&type=code So, this leads to an awful...
We are getting the following issue as follows. Is there any solution for this? ``` Error: Cannot find module 'node:crypto' Require stack: - C:\customScripts\node_modules\uuid\dist\rng.js - C:\customScripts\node_modules\uuid\dist\v1.js - C:\customScripts\node_modules\uuid\dist\index.js - C:\customScripts\node_modules\gaxios\build\src\gaxios.js...
const updateRes = await calendar.events.update({ calendarId: 'primary', eventId: event.id, resource: event, }); This doesn't work. Thanks for stopping by to let us know something could be better! **PLEASE READ**: If...