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

Sample Fix

Open AlmogCohen opened this issue 4 years ago • 1 comments

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: option. When using more than one classroom instance it causes login errors. The issue with the docs is here: https://github.com/gsuitedevs/node-samples/blob/master/classroom/quickstart/index.js#L92

AlmogCohen avatar Nov 28 '19 12:11 AlmogCohen

@AlmogCohen the line is correct, check out object shorthand notation.

elyobo avatar May 18 '20 00:05 elyobo