node-samples icon indicating copy to clipboard operation
node-samples copied to clipboard

Node samples for Google Workspace APIs.

Results 222 node-samples issues
Sort by recently updated
recently updated
newest added

Following the issue fix here: https://github.com/googleapis/google-api-nodejs-client/issues/1523, I've realized that one of the NodeJS example has an issue in it. This line has an incorrect `auth` definition without the `auth: `...

## Expected Behavior I am trying to follow [this](https://developers.google.com/sheets/api/quickstart/nodejs) guide, however although I am the owner of a GCP project, I cannot click the button in Step 1, because that...

- Node version (`node -v`)8 - OS (Mac/Linux/Windows)heroku In this part console.log(`${result.updates.updatedCells} cells appended.`); There is a mistake He gives Jason a circular I opened it by var CircularJSON =...

help wanted

## Expected Behavior In [Node quickstart](https://github.com/gsuitedevs/node-samples/blob/master/classroom/quickstart/index.js), there isn't a comment for what the `@param {Object} credentials` and other @param is doing. As someone who isn't familiar with what that is...

enhancement

Can I make a quick contribution to improving the docs? `requestBody` object to replace `responses` like so: **Pass** ✔ ```javascript const req = { requestBody: { properties: { title :...

enhancement

## Expected Behavior I should be able to run the Sheets API Node.js quickstart and authorize my google account to access the API https://developers.google.com/sheets/api/quickstart/nodejs ## Actual Behavior I am unable...

## Expected Behavior Use `async`/`await` for all API calls. https://github.com/google/google-api-nodejs-client#first-example ## Actual Behavior We use callbacks.

enhancement
Wait for Node v7 oldest LTS (April '19)

All the other quickstarts seemed to have the right links already

markdown

When downloading and inserting your credentials.json, the credential's default key is `"web"`. At startup time this creates a failure because of the following line of code: https://github.com/googleworkspace/node-samples/blob/5b5cce728cb3a9b689abf6de3b6c7612f6940e9b/slides/quickstart/index.js#L43 The suggestion is...

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 105.0.0 to 131.0.0. Release notes Sourced from googleapis's releases. googleapis: v131.0.0 131.0.0 (2024-01-05) � BREAKING CHANGES serviceconsumermanagement: This release has breaking changes. playintegrity: This release has breaking...

dependencies