Why is my code broken?
If you are now getting an
APIError
when opening a spreadsheet, you might not have enabled the Google Drive API for your access token. Please see #1286.
fixed in v5.11.1
What's Changed
- add docs/build to .gitignore by @alifeee in #1246
- add release process to CONTRIBUTING.md by @alifeee in #1247
- Update/clean readme badges by @lavigne958 in #1251
- add test_fill_gaps and docstring for fill_gaps by @alifeee in #1256
- Remove API calls from
creationTime
/lastUpdateTime
by @alifeee in #1255 - Fix Worksheet ID Type Inconsistencies by @FlantasticDan in #1269
- Add
column_count
prop as well ascol_count
by @alifeee in #1274 - Add required kwargs with no default value by @lavigne958 in #1271
- Add deprecation warnings for colors by @alifeee in #1278
- Add better Exceptions on opening spreadsheets by @alifeee in #1277
New Contributors
- @FlantasticDan made their first contribution in #1269
Full Changelog: v5.10.0...v5.11.0