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

[V2] Fix google deprecations, better support for shared drives #63

Merged
merged 2 commits into from
Apr 19, 2022

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Apr 18, 2022

Closes #57
Reference #57 (comment)

I see that the parameter includeTeamDriveItems is deprecated and should be replace by includeItemsFromAllDrives (see https://developers.google.com/drive/api/v3/reference/files/list)

I tested V2 against shared drive(team drive)

PHPUnit 9.5.20 

Runtime:       PHP 8.1.2
Configuration: /google_flysystem/phpunit.xml.dist

...................................................               51 / 51 (100%)

Time: 02:57.622, Memory: 8.00 MB

OK  ( 51 tests, 82 assertions)

@erikn69
Copy link
Contributor Author

erikn69 commented Apr 18, 2022

@masbug don't forget the release for packagist 👍

@masbug masbug merged commit cc351c8 into masbug:2.x Apr 19, 2022
@masbug
Copy link
Owner

masbug commented Apr 19, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Working with Shared Drives
2 participants