-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoogleAnalyticsClientError #13
Comments
i am getting the same error please look at it |
I am able to connect but when i try to get account it showing the error as mentioned above. I did some research and i think the error lies in path for getting account '/analytics/feeds/accounts/default/'. |
I'm getting the same error. It only started recently. |
Looks like they shut down the 2.3 version of the API, which removed the Account endpoint. https://developers.google.com/analytics/resources/articles/gdata-migration-guide |
@defrex |
Hi,
when i try to connect with following code it raises "GoogleAnalyticsClientError" GAError: HTTP Error 404: Not Found
code sample
connection = Connection('[email protected]', 'password')
account = connection.get_account('12345678')
The text was updated successfully, but these errors were encountered: