Added option positivecountsonly to gam <UserTypeEntity> print|show filecomments

This commit is contained in:
Ross Scroggs
2024-11-26 13:09:44 -08:00
parent 4dfdc3a717
commit a1238c6397
3 changed files with 35 additions and 13 deletions

View File

@@ -1,3 +1,19 @@
7.01.02
Added option `positivecountsonly` to `gam <UserTypeEntity> print|show filecomments` that causes
GAM to display the number of comments and replies only for files that have comments.
Added `my_commentable_items` to `<DriveFileQueryShortcut>` that can be used with
`gam <UserTypeEntity> print|show filecomments my_commentable_items` to speed up processing.
Updated code that uses the Domain Shared Contacts API with an HTTPS proxy to avoid a trap:
```
Traceback (most recent call last):
...
File "atom/http.py", line 250, in _prepare_connection
AttributeError: module 'ssl' has no attribute 'wrap_socket'
```
7.01.01
Fixed bug in `gam <UserTypeEntity> print|show filetree` where no error message was generated