Releases: keboola/google-drive-writer
Releases · keboola/google-drive-writer
3.1.1
What's Changed
- Fix/PST-1507 - Mark run as error if all fetched tables fails by @themark147 in #29
New Contributors
- @themark147 made their first contribution in #29
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- PST-2234: update to Google Sheets client 1.5.0 by @MiroCillik in #28
Google Sheets Client 1.5.0 now uses "resumable" endpoint instead of "media" endpoints. This is more suitable for larger files.
For now we don't really use the resumable functionality, but we could in the future if needed.
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- fix: don't use getFile on folders - scopes won't allow it
- BC break: removed sync action
getFolders
- CI: added Github Actions pipeline
- chore: partially fixed codestyle, generated phpstan baseline
by @MiroCillik in #27
Full Changelog: 2.5.6...3.0.0
2.5.6
Better handling of 403 errors
Merge pull request #20 from keboola/miro-403 fix: on 403 error, log warning and continue with other sheets
2.5.4: Merge pull request #17 from keboola/miro-logger
fix (Application): dont log context object
2.5.3: Merge pull request #16 from keboola/miro-logger
fix (Application): 403 error uri to string
2.5.2: Merge pull request #15 from keboola/miro-logger
fix (run.php): logger info replaced with echo, coz the info message w…
Better 403 warning
Added URI of the resource, the user doesn't have permissions to.