Greetings all,
I'm a newbie here, moderately familiar with gamadvxtd3 and python, and probably trying to make things more complex than they should be, so any comments or advice is welcome!
I've been successfully building my own custom gamadvxtd3 wrapper with python for my needs, and now I'm coming across a situation where I would need some guidance;
While some commands I need to use do return a json formatted output by specifying 'formatjson' at the end of the command line which can be easily parsed, is seems like this not the case for other commands, so I find myself needing to parse indented-text output in a very custom way;
Thus, for example, a command line output for granting access for a given user to a shared drive:
gam select XXX add drivefileacl XXXX user XXXX role contributor formatjson
does work, but always returns an indented-text output regardless of whether I specify the 'formatjson' option or not;
am I missing something or making a mistake in my command syntax?
is there a reference of commands which do support 'formatjson' ?
Thanks in advance!
JAM