node-google-spreadsheet icon indicating copy to clipboard operation
node-google-spreadsheet copied to clipboard

Unknown name "headerValues" at 'requests[0].update_sheet_properties.properties'

Open kbariotis opened this issue 3 years ago • 1 comments

However I tried to add header values to a sheet, I get this error.

{
  code: 400,
  message: `Invalid JSON payload received. Unknown name "headerValues" at 'requests[0].update_sheet_properties.properties': Cannot find field.`,
  status: 'INVALID_ARGUMENT',
  details: [
    {
      '@type': 'type.googleapis.com/google.rpc.BadRequest',
      fieldViolations: [Array]
    }
  ]
}

I searched around and found this issue which seems to be resolved but even with the latest version (3.2.0) I get the same.

Thank you :)

kbariotis avatar Nov 24 '21 20:11 kbariotis

Can you please post a code sample of what you are doing to trigger this error?

theoephraim avatar Dec 09 '21 18:12 theoephraim

please try the latest version and re-open with more details if still having issues.

theoephraim avatar Jun 27 '23 07:06 theoephraim