This operation is not supported for this document at Gaxios - NodeJS - Spreadsheet Google
I'm trying to access the information in my spreadsheet according to the code below and I have this error that I don't quite understand the reason for. I already gave permission for the credentials email on google ... const { google } = require("googleapis"); const creds = require("./config/gCredentials.json"); const client = new google.auth.JWT( creds.client