No badges yet
Google Sheet API Problem
Unfortunately, there is no error, but I can not see last row and range logs. Only I see is "Data Successfuly Appended" and endpoint returns 200. In local, I can see last row and...
Google Sheet API Problem
I have an issue about google sheet api on vercel. I want to add a list to a sheet using with api. My function to add is async function appendRows(auth, sheetName, rows) { try { console.log(
No accepted solutions yet