-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to create a readonly version, as to reduce the scopes needed? #464
Comments
When you set it up for the first time, I'm pretty sure it asks for exactly which scopes you want to authorize. Can't promise, because I set this up ages ago... |
Yup: Lines 470 to 489 in 493ddf9
|
aah, my bad, I should have used the force and read the source. |
I now remember, I was reading the wiki and here is says:
So that what got me on the wrong foot. I'll see if it indeed also works for service accounts to be on Update: yup, just tried, the service account requires all those scopes, not possible with just the readonly scope. |
My admin is being a bit iffy about granting write rights to the organization, just for an automated backup.
I was looking at the scopes and I noticed that
https://www.googleapis.com/auth/gmail.readonly
exists, would it be possible to make a version that only does read-only requests? or is that a large undertaking?The text was updated successfully, but these errors were encountered: