Skip to content
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

Read-only permissions request #78

Open
Yurii-Tor opened this issue Aug 10, 2021 · 0 comments
Open

Read-only permissions request #78

Yurii-Tor opened this issue Aug 10, 2021 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@Yurii-Tor
Copy link
Contributor

Why do we ask for 'readonly' permissions? It restricts us from changing sheets (EX: build number increment in com.stansassets.build)

GoogleDocConnectorEditor.cs line 100:

await GoogleWebAuthorizationBroker.AuthorizeAsync( GoogleClientSecrets.Load(stream).Secrets, new[] { SheetsService.Scope.SpreadsheetsReadonly }, "user", CancellationToken.None, new FileDataStore(credPath, true));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants