Skip to content

Releases: fnsc/laravel-google-drive

1.2.0

30 Sep 22:58
cc6a096
Compare
Choose a tag to compare

What's Changed

  • add the ability to delete a file given its file_id;
  • remove unnecessary doc blocks;

1.1.0

04 Jul 03:41
72434b2
Compare
Choose a tag to compare
  • You can send multiple files using the updateMany method. Unfortunately, the library cannot send all the files in one single request because of a limitation of GoogleDrive API, so be aware of it;
  • The namespace to import the service provider and the handler is shorter;

1.0.0

27 Dec 23:15
2b3c442
Compare
Choose a tag to compare

First release.