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.
### Expected behavior - When appending a new row to a Google Sheet using the API, the new row should be added below the existing data, respecting the presence of...
I'm attempting to port a node TypeScript project to use the ESM support in newer versions of node and [TypeScript](https://www.typescriptlang.org/tsconfig#module). TypeScript has muddied the water historically by supporting ESM style...
Major Issue in Google Drive Search 1) Is this a client library issue or a product issue? This is the client library for google drive api. #### Environment details -...
1) Is this a client library issue or a product issue? - It looks like the library issue as it works fine with product direct API 2) Did someone already...
hi, I try to Authenticate with google but I face the following error: **eprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from()...
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/)...
Hello, as per the comments in this issue: https://github.com/googleapis/google-api-nodejs-client/issues/2438 It was suggested to raise a new issue for this topic in that thread. As of today, the changelog is still...
The google-cloud link in the "working with google cloud platform APIs" returns a 404: https://cloud.google.com/nodejs/docs/reference/libraries. ``` ### Working with Google Cloud Platform APIs? If you're working with [Google Cloud Platform][cloudplatform]...
There is a issue with REST api It now lists the entire comment section rather than single out the ones I want to filter with the searchTerms parameters [https://youtube.googleapis.com/youtube/v3/commentThreads?part=id%2Csnippet&videoId=BS8x2TicxQ8&searchTerms=google](https://youtube.googleapis.com/youtube/v3/commentThreads?part=id%2Csnippet&videoId=BS8x2TicxQ8&searchTerms=google) It...