Google Analytics Data Feed API Error 414 URI Too Large
问题 When using the google analytics data API with the python gdata library, we are assembling a GET request per the instructions in the documentation here: http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDataFeed.html We are running into problems however. As our requests get longer, we're occasionally getting a 414 error URI Too Large when we have a lot of filters. Is there any way to use a POST request with the gdata API or otherwise get around the 414? EDIT: Just tried using a