- Download method implemented (downloads google file indicated with link to an specified local path)
0.6.5alpha
New df_update option implemented:
- Now accepting df as a list of dfs. Updating each sheet of the destin file in the same order of the list.
0.6.0alpha
Changes:
- New method 'update' to update a google file by it's id with a local path content. - New method 'update_df' available to update a spreadsheet by it's id with a pandas df as content.
The update_df method solves 1 issue with looker studio and makes Driveup suitable for automations.
0.5.0
Pre-release incorporating multipath option in upload method (based on solving issue 2):
- Method 'upload' accepting now list of paths (not only single path) - Method 'upload' accepting now list of folder ids (2) and uploading each path to its folder - Method 'upload' accepting now list of files ids and updating each id with its path content associated
0.4.0alpha
Major pre-release now accepting service account json file:
- Auth methods added to auto-detect service/account workflow based on secrets json file - Methods 'update' and 'update_folder' now working with service account json file - Overall testing implemented
0.3.0alpha
Major pre-release now using updated and official google-api-client python package:
- Methods 'update' and 'update_folder' rework - New conversion types added - New auth method and creds rework - Overall testing implemented