Durgapaavank / google-apis-explorer

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

Using "androidpublisher.inapppurchases.get" From API Console Returns 400 #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Using https://developers.google.com/apis-explorer/#p/androidpublisher/v1.1/
Console to test in app purchase

1. using androidpublisher.inapppurchases.get api to retrieve in app purchase 
status.
2. Enter com.Vinco.DoubleJack as packageName
3. Enter com.Vinco.DoubleJack.chipsa as productId
4. Enter hogcfedumxekbqrzhgrjnflx as token

I expect purchase info about that token

This what i get:

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "Invalid Value"
   }
  ],
  "code": 400,
  "message": "Invalid Value"
 }
}

Using Google API Explorer

Please provide any additional information below.

Original issue reported on code.google.com by Shai.Raiten on 22 Dec 2013 at 2:57

GoogleCodeExporter commented 9 years ago
This bug has been here for months and still no fix? wtf

Original comment by innowebv...@gmail.com on 16 Feb 2014 at 12:54

GoogleCodeExporter commented 9 years ago
The bug remains unsolved and prevents testing.

Original comment by mobile.n...@gmail.com on 6 Mar 2014 at 9:30

GoogleCodeExporter commented 9 years ago
Is also not work neither with a normal get request via a Rest Client, nor with 
the google java api client (https://code.google.com/p/google-api-java-client/) 
for example. I use a fresh access token and so on but it is not working.

Original comment by benjamin...@sprylab.com on 22 Apr 2014 at 4:06

GoogleCodeExporter commented 9 years ago
I still get the 400 error ... Anyone know if this is on a to do lisT?

Original comment by excelco...@gmail.com on 23 Jun 2014 at 3:54

GoogleCodeExporter commented 9 years ago
I also have the 400 issue. The 400 error with teh same message. Pretty sure I 
have the correct data. If this is a bug then how do I server side verify a 
payment? Priority should be high and not medium

Original comment by igenapps...@gmail.com on 23 Jul 2014 at 6:58