Hi Im getting this error when running the script.
Traceback (most recent call last):
File "/Users/ckubota/Desktop/GetSharedWithUserDriveACLs.py", line 58, in <module>
for row in csv.DictReader(inputFile, quotechar=QUOTE_CHAR):
File "/usr/local/Cellar/python@3.9/3.9.2_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/csv.py", line 111, in __next__
row = next(self.reader)
_csv.Error: line contains NUL
In the script itsself it mentions QUOTE_CHAR = '"' # Adjust as needed
What does this mean and what would the normal adjustment be here?