node-google-spreadsheet
node-google-spreadsheet copied to clipboard
Unknown name "headerValues" at 'requests[0].update_sheet_properties.properties'
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 :)
Can you please post a code sample of what you are doing to trigger this error?
please try the latest version and re-open with more details if still having issues.