Hello group,
I was wondering whether there is any way to perform access checks when
using SDC with Google Apps Script. We have a web service that some
Google Apps spreadsheets are interacting with, which works beautifully—
however, not all of our users should be able to perform all available
actions on that service.
It would already suffice if we just were able to get the viewerEmail
of the person performing the request, but I was not able to find any
indications that this would be possible, apart from the following
statement (from <
http://code.google.com/securedataconnector/docs/1.3/
security.html#AuthenticationRequests>):
"Google Spreadsheets and App Engine do not currently perform a
SignedFetch authenticated request. These features are being actively
worked on."
Is there any news on this issue or are there other possibilities to
authenticate requests over SDC? Any pointers would be greatly
appreciated.
Thanks and best regards,
Dorian