I have a google sheet with a string in a cell. I found a way to generate a url that point to the string in that cell. For example, the following link goes to the String:
this is a test string from GSheet
I'd like to get this string, given a url, from a js file.
...or I might be over complicating things and there's an easier way to get a string from Google Sheets?
My end goal is to have anybody with a link be able to update a string that is in a js file.