* Update print drive settings to reflect change to Drive v3
* removeExpiration not passed to API
* Update documentation
* organizer is valid role on update drivefileacl
* Fix add smime, isDefault can not be set on insert
* Update print drive settings to reflect change to Drive v3
* removeExpiration not passed to API
* Update documentation
* organizer is valid role on update drivefileacl
* Fix create project to handle Google change
* Handle newlines in app name
Don’t output name/value for
name == u'accounts:authorized_apps’, apps are listed later
* Cleanup
My typos: 614, 813
Pylint: 887, 3618/4184, 8657, 8751
Your typo: 6794
* Update documentation
* Fix create project to handle Google change
* Handle newlines in app name
Don’t output name/value for
name == u'accounts:authorized_apps’, apps are listed later
* Cleanup
My typos: 614, 813
Pylint: 887, 3618/4184, 8657, 8751
Your typo: 6794
* Fix create project to handle Google change
* Handle newlines in app name
Don’t output name/value for
name == u'accounts:authorized_apps’, apps are listed later
* Improve API caching options, cache errors
* Clarify argument names
* All or nothing caching
I changed the argument names and implemented your proposal:
nocache.txt: ignored
allcache.txt present: all caching
default: no caching
* Fix bug, update ducumantation
* Clean up error messages
* Exit on error, fix bug
* One more bug fix
* Update documentation, fix code
l_sku can never match a_sku.lower() because it has -'s stripped and
a_sku doesn't
* Keep the pylint wolf at bay
* Clean up code, avoid try/except
- displayName added so what admin sees better matches admin console
- better aliases for each skuId
- admin can specify exact productId they wanted (would have solved renaming of Enterprise SKU issue)