-
Notifications
You must be signed in to change notification settings - Fork 71
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
remove defaultScope from customScope #26
base: master
Are you sure you want to change the base?
Conversation
For cases when we don't need the 'https://www.googleapis.com/auth/drive.readonly' scope and supply our own customScope
This is very important for prod, since the current default scope is "restricted" & requires a very difficult verification process. Even Google recommends just "https://www.googleapis.com/auth/drive.file" scope, which is specifically not restricted. |
Would also recommend to update |
During the verification process from Google they recommended us to use We'd appreciate the merging of this PR as well. |
Also ran into this issue because I needed to use the |
I forked this repo and published as https://www.npmjs.com/package/@fyelci/react-google-drive-picker |
Having this same issue. |
Issue: #25
For cases when we don't need the 'https://www.googleapis.com/auth/drive.readonly' scope and supply our own customScope