Hello everyone,
I have been getting the below error whenever I was trying to list all files' permission in Google Drives and it caused the process to stop:
Traceback (most recent call last):
File "__init__.py", line 67850, in ProcessGAMCommand
File "__init__.py", line 49745, in printFileList
File "__init__.py", line 5225, in yieldGAPIpages
File "__init__.py", line 5052, in callGAPI
File "googleapiclient/_helpers.py", line 130, in positional_wrapper
File "googleapiclient/http.py", line 923, in execute
File "googleapiclient/http.py", line 191, in _retry_request
File "__init__.py", line 4162, in wrapped_request_method
File "__init__.py", line 4182, in request
File "google_auth_httplib2.py", line 218, in request
File "httplib2/__init__.py", line 1720, in request
File "httplib2/__init__.py", line 1440, in _request
File "httplib2/__init__.py", line 1421, in _conn_request
File "http/client.py", line 459, in read
File "http/client.py", line 597, in _read_chunked
http.client.IncompleteRead: IncompleteRead(10 bytes read)
The command I used was: gam all users print filelist allfields permissions todrive
Do you have any ideas why that happened and how to resolve it?
Thank you.