-
Notifications
You must be signed in to change notification settings - Fork 53
Description
We already talked in #1110 a little bit about this topic.
The scenario I'm trying to establish is this:
Our Customer creates a Sheet with his/her Google Account for the sake of providing contents and since the the contents are not sensitive or secret, just sets this sheet to be publicly viewable for anyone knowing/guessing the URL.
If I open such a link in incognito mode without any Google account I do have the choice to export the data as a CSV.
My question now is: is it possible to import such a sheet into Grow without the authentication and verification hassle, since this does not seem to need an oauth for the necessary actions or does the Google API force this nonetheless? And if not: is there a nice, clean way of setting this up from our side, so that a customer may edit data and Grow can easily import it, without the need for each individual working on the project to setup the connection to Google individually?
I see the need for security for many cases, but for us its often just transferring some copytext, which does not really give us enough reason to do an elaborate setup or complicate our dev setup with manual and individual steps.