Skip to content

Releases: masbug/flysystem-google-drive-ext

Minor usability fix

10 Jun 05:15
4675505
Compare
Choose a tag to compare

Changed:

  • set getFileObject as public

Added sanitation char list and replacement options

02 Apr 05:40
Compare
Choose a tag to compare

Filename sanitation character list and replacement character are now configurable.

Bugfix release

01 Apr 13:09
Compare
Choose a tag to compare

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

19 Mar 11:25
Compare
Choose a tag to compare

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

08 Mar 08:54
Compare
Choose a tag to compare

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

14 Nov 20:18
Compare
Choose a tag to compare
  • Fixed root path bug on systems with \ path delimiter
  • Minor refactoring, optimizations

v1.0.0: Flysystem adapter for Google Drive with seamless virtual<=>display path translation

09 Dec 18:12
Compare
Choose a tag to compare