- Add code and git style guide for contributions.
- fixing models.GoogleApiClientHttpErrorBuilder.from_http_error(), it wasn't working.
- Now credentials is the last arugment expected
- e.g.: google-drive ls
- Now credentials could be a envvar
- export CREDENTIALS=credentials.json && google-drive ls
- New command
get
. This will retrieve us file's metadata.- e.g.: google-drive get
- Extending models.GoogleFile.
- Adding: mimeType and exportLinks fields.
- Adding export types constants to get export type from a GoogleFile
- fixing cli usecases
- google-drive ls
- google-drive mkdir
- adding usage of click for cli interaction
- fixing api.GoogleService.__get_credentials function, adding scopes argument to its init funciton
- api.GoogleAuth class now receives an argument to specify api-token scopes
- fixing api.FilesAPI().empty_document, now receives two more args: insert_index and end_index,
- adding unit tests
- api.GoogleAuth
- api.GoogleService
- api.GoogleDrive
- api.SheetsService