google-code-export / google-apis-explorer

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

androidpublisher.inapppurchases.get - Google Play Android Developer API v1.1 return always error 500 #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to get information about an in app purchase 
https://developers.google.com/android-publisher/v1_1/inapppurchases/get

What is the expected output? What do you see instead?
Expected HTTP status code 2XX or 4XX
I get always:

GET 
https://www.googleapis.com/androidpublisher/v1.1/applications/packageName/inapp/
productId/purchases/whatever?key={YOUR_API_KEY}

Authorization:  Bearer token
X-JavaScript-User-Agent:  Google APIs Explorer

500 Internal Server Error

- Hide headers -

cache-control:  private, max-age=0
content-encoding:  gzip
content-length:  122
content-type:  application/json; charset=UTF-8
date:  Mon, 17 Mar 2014 12:25:32 GMT
expires:  Mon, 17 Mar 2014 12:25:32 GMT
server:  GSE

{
"error": {
"errors": [
{
"domain": "global",
"reason": "backendError",
"message": "Backend Error"
}
],
"code": 500,
"message": "Backend Error"
}
}

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by p...@upptalk.com on 17 Mar 2014 at 2:53