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

Update Files.List request to support new "AllDrives" parameters #115

Open
seaniar opened this issue May 19, 2023 · 1 comment
Open

Update Files.List request to support new "AllDrives" parameters #115

seaniar opened this issue May 19, 2023 · 1 comment

Comments

@seaniar
Copy link

seaniar commented May 19, 2023

based https://developers.google.com/drive/api/reference/rest/v3/files/list
i need parameters includeItemsFromAllDrives, supportsAllDrives and driveId (optional) for access shared folder in GoogleDriveFiles.ListRequest

@elringus
Copy link
Owner

Looks like they've deprecated team-related props (supportTD, includeTD and tdID) and replaced them with supportAllDrives, includeAllDrives and driveId. This should be reflected here: https://github.com/Elringus/UnityGoogleDrive/blob/master/Assets/UnityGoogleDrive/Runtime/API/GoogleDriveFiles.cs#L357 PRs are welcome.

@elringus elringus changed the title Need Add and Change Parameters for GoogleDriveFiles.ListRequest Update Files.List request to support new "AllDrives" parameters May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants