Hello everyone,
I need to get the number of downloads of my application. I'm trying to use the Analytics Reports feature to do so.
It works well with the ONGOING access_type, but when I try to request a ONE_TIME_SNAPSHOT I get a 409 with the following response : {'errors': [{'id': 'XXXXX', 'status': '409', 'code': 'STATE_ERROR', 'title': 'The request cannot be fulfilled because of the state of another resource.', 'detail': 'You already have such an entity'}]}
But when I list all the analytics report requests for this application it returns no entities.
Anyone has a solution ?