Hi,
I'm having a problem when trying to download user drive files, as a test I'm trying some of my own.
First of all I'm grabbing a list of files:
gam user myusername show filelist id
where myusername is... my user name :-)
That works fine and I get an output like...
I then run
> gam user myusername get drivefile id 1I1rwabcdefghixjUOX8CR7uuaDYaeUDuJMcs
Traceback (most recent call last):
File "gam.py", line 7614, in <module>
File "gam.py", line 2223, in downloadDriveFile
NameError: global name 'string' is not defined
I've also tried:
>gam user myusername get drivefile query "'me' in owners" format microsoft
Traceback (most recent call last):
File "gam.py", line 7614, in <module>
File "gam.py", line 2223, in downloadDriveFile
NameError: global name 'string' is not defined
Thanks in advance
Chris