Question

We have created a Gmail contextual gadget which allows users to upload emails to our system. This is deployed to the Chrome Web Store / Google Apps Marketplace and installed by a domain administrator to the users. To get the full raw email data including attachments we call an apps script from the gadget that uses the Gmail api to retrieve the data.

The first time the user tries to do this however they have to authorize the apps script against their Gmail account. Is there any way to include the permissions for the apps script in the marketplace listing so end users don't need to authorize the script?

Was it helpful?

Solution

Not possible to do that. Also beware your apps script might run into problems with many users concurrently running the script.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top