-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refactored Google Drive Connector + Permission Syncing #2945
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
web/src/app/admin/connectors/[connector]/pages/gdrive/Credential.tsx
Outdated
Show resolved
Hide resolved
It looks like this adds option to specify URL to a shared drive, is that right? Excited for Google Drive connector enhancements, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should not be here, right?
return accessible_file_names_for_user | ||
|
||
|
||
def check_access_for_user( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for future reference, would prefer if these tests were a bit less abstracted. imo It's pretty hard to tell what's going on here (and throughout the test)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's chat through this (maybe as a team). but not worth re-writing these ones
Description
Now, when using either auth flow in google, you will be able to select whether or not you want to index personal drives.
This is especially notable for orgs using the service account auth flow with permission syncing because now everyones docs can be synced and the permissions will match those in the source