-
Notifications
You must be signed in to change notification settings - Fork 67
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
Option to limit OAuth permissions? #277
Comments
Those are all the permissions the project has, the link in that guide will
enable all those APIs by default. If you go to the Dashboard for that
project, at the bottom will be a list of APIs, you can click through to
those and disable them. Otherwise you can make a new project from the
console and only enable the APIs you want.
…On Wed, Apr 15, 2020 at 2:10 PM Jeffrey McClain ***@***.***> wrote:
Hi, I am using a free / non-admin Google account, I followed your initial
setup <https://psgsuite.io/Initial%20Setup> instructions listed here.
However, when performing the "First-time authentication" step, I was a bit
concerned about the permissions <https://i.imgur.com/cwFweYC.png> that
your module requests.
I am sure your module is legitimate, but would it be possible to only
grant specific permissions related to my use case? For example, I literally
only want to read data from Google Sheets, so for the OAuth consent screen
part of the instructions, I only added spreadsheets readonly
<https://www.googleapis.com/auth/spreadsheets.readonly> rather than
everything. However, for the "first-time authentication" step, I don't see
an option to only grant said permission (it's not even in the list).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#277>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3SYZZZ556ZPV25NER7HELRMYBBHANCNFSM4MI2QMKQ>
.
|
Thanks for the tip, I'll remove the other APIs manually for now and create a clean project later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am using a free / non-admin Google account, I followed your initial setup instructions listed here. However, when performing the "First-time authentication" step, I was a bit concerned about the permissions that your module requests.
I am sure your module is legitimate, but would it be possible to only grant specific permissions related to my use case? For example, I literally only want to read data from Google Sheets, so for the OAuth consent screen part of the instructions, I only added spreadsheets readonly rather than everything. However, for the "first-time authentication" step, I don't see an option to only grant said permission (it's not even in the list).
edit: Manually editing the generated url scope to "&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fspreadsheets.readonly" worked.
The text was updated successfully, but these errors were encountered: