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.
Could y'all add a google slides example? Thanks!
 #### Environment details - OS: Ubuntu 22 - Node.js version: 20.16.0 - npm version: 10.8.2 - `googleapis` version: 140.0.1 #### Steps to reproduce  Thanks!
It would be nice to do this through the API, because the alternative in the form of a "puppeteer" is not very reliable. To be honest, I'm surprised that there...
I am using Google's Business API to add a location from my Node.js application, but I'm encountering the following error: ``` { "error": "Request contains an invalid argument." } ```...
Hello everyone may I ask how I can use courses.courseWork.addOnAttachments resource with this lib? I've installed the lib with `yarn install googleapis` with version `140.0.1` or yarn install `@googleapis/classroom` with...
1) Is this a client library issue or a product issue? client library 2) Did someone already solve this? - Search the issues already opened: doesn't appear - Search the...
Could not read source map for file: ./node_modules/googleapis-common/build/src/endpoint.js: ENOENT: no such file or directory, open '.\node_modules\googleapis-common\build\src\endpoint.js.map' I got the above error message while debugging. I was importing it as module...
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/)...
Hello! I would like to use the `v1alpha` version of the `firebasestorage` api as seen in the documentation [here](https://firebase.google.com/docs/reference/rest/storage/rest/v1alpha/projects.defaultBucket/create). However, whenever I call `const firebaseStorage = google.firebasestorage({ version: 'v1alpha', auth...
#### accesscontextmanager:v1 The following keys were added: - resources.organizations.resources.gcpUserAccessBindings.methods.patch.parameters.appendScopedAccessSettings.description - resources.organizations.resources.gcpUserAccessBindings.methods.patch.parameters.appendScopedAccessSettings.location - resources.organizations.resources.gcpUserAccessBindings.methods.patch.parameters.appendScopedAccessSettings.type - schemas.AccessScope.description - schemas.AccessScope.id - schemas.AccessScope.properties.clientScope.$ref - schemas.AccessScope.properties.clientScope.description - schemas.AccessScope.type - schemas.AccessSettings.description - schemas.AccessSettings.id - schemas.AccessSettings.properties.accessLevels.description -...