- Fix: Upload a new file on Google Drive
- Improvement: There should be a simple function to check if a file exists in the cloud.
- Fix: Function getAllFiles for Google Drive should return more than 100 files
- Refactor: Update libraries google_sign_in and googleapis
- Fix: Login at web should work
- Improvement: CloudFile with getters fileId, fileName and mimeType
- Improvement: Do not return trashed files or folders
- Fix: GoogleDriveFile.copyWith should use media
- Fix: getFolderByName should return at least one folder
- Fix: uploadFolder should set parent folder of folder
- Fix: Downloading images from Google Drive should work
- 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)
Expose idToken/accessToken
Add void Function(Uint8List bytes)? onBytesDownloaded to CloudStorageService.downloadFile. This is required for displaying images on Flutter web applications.
Inital release