We're a place where coders share, stay up-to-date and grow their careers.
You only need to share the spreadsheet with your google app. ^_^
:( I'm having the same problem this user describes on StackOverflow. Apparently he was able to fix it, but his solution didn't work for me. Would you have any clue of what may be going on? stackoverflow.com/questions/644108...
Hi Joao,
Try this, process.env.PRIVATE_KEY.replace(/\n/g, '\n')
Also enable the google sheets api in google console. Hope it works for you !
You only need to share the spreadsheet with your google app. ^_^
:(
I'm having the same problem this user describes on StackOverflow. Apparently he was able to fix it, but his solution didn't work for me. Would you have any clue of what may be going on? stackoverflow.com/questions/644108...
Hi Joao,
Try this,
process.env.PRIVATE_KEY.replace(/\n/g, '\n')
Also enable the google sheets api in google console.
Hope it works for you !