You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be the wrong place to post this, but I'm having difficulty reaching anyone familiar with google apis on either android-developers or google-apis-explorer-users forums.
I'm having a problem deciphering the root cause of a cryptic "invalid value" response for the androidpublisher.inapppurchases.get api. OAuth is working fine, and I'm able to get the access_token as well as refresh_token.
I'm guessing something in the parameters are malformed or missing but cannot decipher where. The dev console project seems to be connected correctly because for an unauthorized user, querying on my packageName throws a permission denied error.
I also suspected the productId may be malformed, and I tried all sorts of combinations such as subs:{packageName}:pro_monthly_15, {packageName}:pro_monthly_15, etc. with all the same invalid response.
This may be the wrong place to post this, but I'm having difficulty reaching anyone familiar with google apis on either android-developers or google-apis-explorer-users forums.
I'm having a problem deciphering the root cause of a cryptic "invalid value" response for the
androidpublisher.inapppurchases.get
api. OAuth is working fine, and I'm able to get the access_token as well as refresh_token.I'm guessing something in the parameters are malformed or missing but cannot decipher where. The dev console project seems to be connected correctly because for an unauthorized user, querying on my packageName throws a permission denied error.
I also suspected the productId may be malformed, and I tried all sorts of combinations such as
subs:{packageName}:pro_monthly_15
,{packageName}:pro_monthly_15
, etc. with all the same invalid response.Can anyone help me shed some light on this?
Cryptic response:
The text was updated successfully, but these errors were encountered: