masbug/flysystem-google-drive-ext
Flysystem adapter for Google Drive that hides Google’s file/folder IDs by translating between virtual ID paths and human-friendly display paths. Supports Flysystem v2/v3 (Laravel 9+) with seamless path mapping for common filesystem operations.
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.4.1...v2.5.0
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.4.0...v2.4.1
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.3.0...v2.4.0
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v1.3.2...v1.3.3
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.2.2...v2.3.0
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.2.1...v2.2.2
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v1.3.1...v1.3.2
Timeout/Allowed memory exhausted when to many files on read/write/overwrite/rename/delete by @erikn69 in https://github.com/masbug/flysystem-google-drive-ext/pull/65Properties can not be manipulated when useHasDir by @erikn69 in https://github.com/masbug/flysystem-google-drive-ext/pull/66Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.2.0...v2.2.1
Timeout/Allowed memory exhausted when to many files on read/write/overwrite/rename/delete by @erikn69 in https://github.com/masbug/flysystem-google-drive-ext/pull/64Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v1.3.0...v1.3.1
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.1.0...v2.2.0
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v1.2.5...v1.2.6
Full Changelog: https://github.com/masbug/flysystem-google-drive-ext/compare/v2.0.2...v2.1.0
Changelog (improvements & fixes by @erikn69):
Thanks Erik!
Changelog (improvements & fixes by @erikn69):
Thanks Erik!
Support for Flysystem API V2 was implemented by @erikn69. Thank you Erik!
Changelog (fixes by @erikn69):
Fix provided by @erikn69:
Changelog:
Changed:
Filename sanitation character list and replacement character are now configurable.
Fixed file update bug when multiple files exist with same displayed name in the same folder. This adapter now correctly updates the oldest file (by creation time) and removes any duplicates from the folder.
Fixed a rare issue where server returns 2 (or more) ids for root path. This bug was already present in the initial version.
Now you can specify global parameters that are sent to the remote server along with other (per API) parameters. This allows you for example to perform quota per user instead of per server.
Please see https://developers.google.com/drive/api/v3/query-parameters for the complete parameter list and more info.
How can I help you explore Laravel packages today?