Hello Community, I’ve been searching and trying to find a way to use google sheets as my backend, I tried using google apps script to generate an API, but it shows me this:
Error: TypeError: Failed to fetch. Does the server allow CORS?status: undefined
Resource settings for Get collection (GET)
-------------------
Resource URL: https://script.google.com/macros/s/AKfycbwH0fvhREktgbLA8_2OtvIRa-niKDxp8zX_6cD3b62E_lfsW3m1W0CGjUQ-Zk135dcUSA/exec
Relative path: /{Name}
Here, I am using {Name} to filter my data in accordance to name,
Can you please help with any other way to use google sheets as a backend?