Hello,
I am trying to configure gam 3.02 on a Linux server. I've generated client_secrets.json following the guide, and I think I've made everything correctly. I've then created a nobrowser.txt file and run "gam info domain". I've done the OAuth2 authorization and pasted the auth code, that was recognized, but the process then aborted:
Go to the following link in your browser:
http://goo.gl/[****]Enter verification code: [****]
Authentication successful.
Traceback (most recent call last):
File "./gam.py", line 5857, in <module>
doGetDomainInfo()
File "./gam.py", line 4151, in doGetDomainInfo
adm = buildGAPIObject('admin-settings')
File "./gam.py", line 482, in buildGAPIObject
return apiclient.discovery.build(api, version, http=http)
File "/usr/src/gam3/oauth2client/util.py", line 132, in positional_wrapper
return wrapped(*args, **kwargs)
File "/usr/src/gam3/apiclient/discovery.py", line 200, in build
version))
apiclient.errors.UnknownApiNameOrVersion: name: admin-settings version: v1
The file oauth2.txt was created. Every subsequent invokation of gam produces this exception.
Can you please help?
Thanks
Giovanni Bajo