Releases: masbug/flysystem-google-drive-ext
Releases · masbug/flysystem-google-drive-ext
Minor usability fix
Changed:
- set getFileObject as public
Added sanitation char list and replacement options
Filename sanitation character list and replacement character are now configurable.
Bugfix release
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.
Bugfix release
Fixed a rare issue where server returns 2 (or more) ids for root path. This bug was already present in the initial version.
Added support for GoogleDrive global query parameters
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.
v1.0.1 Maintenance release
- Fixed root path bug on systems with \ path delimiter
- Minor refactoring, optimizations