You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Authenticate and construct service.
scope = ['https://www.googleapis.com/auth/analytics.readonly']
service = self._get_service('analytics', 'v3', scope, self.config['key_file'])
gav4.apply_gav4(service)
qprms = {...} # i removed query details because they're not relevant
res = service.gav4_get(**qprms).execute()
getting this error:
File "[...]/.virtualenvs/[...]/local/lib/python2.7/site-packages/gav4/gav4.py", line 184, in gav4_get
batch_get = self.reports().batchGet(body=convert_request(**kwargs))
AttributeError: 'Resource' object has no attribute 'reports'
I cloned the gav4-python repository and run the tests but because analytics service object is mocked this issue doesn't appear. Has analytics service object changed its attributes in the last months and gav4 is not up to date?
The text was updated successfully, but these errors were encountered:
getting this error:
I've done a fresh:
I cloned the gav4-python repository and run the tests but because analytics service object is mocked this issue doesn't appear. Has analytics service object changed its attributes in the last months and gav4 is not up to date?
The text was updated successfully, but these errors were encountered: