diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd9f32..68b026b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## 0.0.7 +## 0.0.8 +* Updating Drive files should work with GoogleDriveService.uploadFile function * GoogleDriveService is making it easier to get the file content * GoogleDriveFile meta data can contain a description * Fix: GoogleDriveFile should return file.id (otherwise there is to reference to the cloud file) diff --git a/lib/fl_cloud_storage/vendor/google_drive/google_drive_service.dart b/lib/fl_cloud_storage/vendor/google_drive/google_drive_service.dart index e609d89..109349a 100644 --- a/lib/fl_cloud_storage/vendor/google_drive/google_drive_service.dart +++ b/lib/fl_cloud_storage/vendor/google_drive/google_drive_service.dart @@ -205,11 +205,22 @@ class GoogleDriveService implements ICloudService