-
Notifications
You must be signed in to change notification settings - Fork 47
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
Unclear how to access "shared folders" from "shared drives" vs. shared #439
Comments
I haven't fully processed all of the above, but in the name of giving you some ideas, I would look very hard at the https://googledrive.tidyverse.org/reference/shared_drives.html |
Just want to chime in here that I am having similar problems that I cannot get to the bottom of. In my case, I have access to a shared folder that is not part of a shared drive, i.e. the folder's parent is not shared, and this folder appears under "Shared with me" but cannot be accessed via "Shared drives" on the browser GUI. Now
returns a valid dribble with one row. But
and
both error with:
The ID |
Encountering issues where googledrive is unable to usefully access anything inside a shared FOLDER that comes from a shared drive. Permissions as Content Manager. Limited to these specific shared folders--full shared drives work fine using the usual techniques, as do shared folders that do not come from a shared drive.
This appears similar to #402, but the ultimate guidance there does not seem to work. Example below:
Created on 2023-07-18 with reprex v2.0.2
Tunneling down, the failed API request looks like this:
(above was passed to
request_make()
from withinget_one_shared_drive_id()
)Likely relatedly, it's not possible to directly reference anything about the shared drive the shared folders come from:
Created on 2023-07-18 with reprex v2.0.2
Ideas? I can't tell whether this is an API limitation, a sharing configuration issue, me missing something, or what.
The text was updated successfully, but these errors were encountered: