roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Get all profiles error #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
https://developers.google.com/apis-explorer/#p/analytics/v3/analytics.management
.profiles.list?accountId=~all&webPropertyId=~all&_h=13&

What is the expected output? What do you see instead?
500 Internal Server Error

- Hide headers -

cache-control:  private, max-age=0
content-encoding:  gzip
content-length:  117
content-type:  application/json; charset=UTF-8
date:  Fri, 06 Sep 2013 13:05:06 GMT
expires:  Fri, 06 Sep 2013 13:05:06 GMT
server:  GSE

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "internalError",
    "message": "There was an internal error."
   }
  ],
  "code": 500,
  "message": "There was an internal error."
 }
}

Original issue reported on code.google.com by Kide2...@gmail.com on 6 Sep 2013 at 1:06