NodeJS sheets API Proto field error #1220
Labels
needs more info
This issue needs more information from the customer to proceed.
type: question
Request for information or clarification. Not an issue.
I am trying to create a Google Spreadsheet using a NodeJs backend and the Google APIs.
I was following this tutorial (https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/create
). However when i create the file using some specified properties, I always get the following error: Error: Invalid JSON payload received. Unknown name "title" at 'spreadsheet.properties': Proto field is not repeating, cannot start list. In the tutorial nothing is mentioned about a Proto field. Is this a bug or am I missing something?
Creating the file does work without any properties, however the properties are used to set a name for the file and the sheets so I do need a way to include this.
Thanks!
The text was updated successfully, but these errors were encountered: