lilsweetkara

Results 3 issues of lilsweetkara

I am trying to save a row with all empty records. However, the `save()` function in GoogleSpreadsheetRow.js has this at the very end: this._rawData = response.data.updatedData.values[0]; Since there are no...

needs investigation

Hi, I have some really basic code, and I can't get it to work. This actually fails silently: ```` const Photos = require('googlephotos') const tokens = require('./google-photos-oauth2-token.json') const photos =...

At the moment I have code like this: ```` // Actually make the request // UNCOMMENT THIS!!! const response = await redditAPI.getSubreddit('lilsweetkara').submitLink(submitOptions) const responseId = await response.id const responseUrl =...