Is it possible for a user to grant a web app read access to a specific private sheet for an extended period?
I see we can use auth tokens and refresh tokens, but this seems too powerful. I would like to have users grant a server access to sheets individually. The server should not be able to access any sheets that it wasn't specifically granted access to. And the access should last for a long time, ideally indefinitely, so it can always see the latest version of the sheet without having to ask the user for a fresh authorization. Can I create an authorization scope that is specific to a single sheet? Or do some sort of Drive sharing to accomplish this? The https://www.googleapis.com/auth/drive.file scope seems promising, but I'm not sure. I'd like to choose the files to grant access to using Google Picker if possible. -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
