Hi, I'm trying to use the new Google Analytics API with App Engine.

It works great on the development server locally, but as soon as I
upload it to the production environment the authorization doesn't seem
to go through.

I call https://www.google.com/accounts/ClientLogin as specified in the
api, then I pull the Auth= part and add it to an Authorization header
that calls Google Analytics for a crosscut of data.

It works in the development server, but when I do the same in the
production environment I get the Auth= token from
https://www.google.com/accounts/ClientLogin just fine, but as soon as
I call Analytics using the token I get an error that the Authorization
did not come through.

Is the Authorization header disabled in the production environment? Or
how do I solve this problem?

Thx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to