* Added support to non-team drives with redundant functions to keep old functions (refactor and deprecation needed) * Added the parameter has_header for the function to import a google sheets. When passed false, generic headers like A, B, AA, BB.. are generated
0.0.6
I've just published the version 0.0.6 with support for additional scopes in the get_service function.
Now you can do:
service = auth.get_service("slides", additional_apis=additional_apis)
Where additional_apis is a list of additional apis to be authorized with the API call.
I've also added a function to replace shapes replace_shape_with_chart and another to get charts in sheets page get_sheet_charts