Please how to setup android service account #381
Replies: 2 comments 1 reply
-
I'm having the same issues, I've asked to Google Developer Support for that same endpoint and here is the answer they gave me: I'm replying on behalf of {somebody}. I'm so sorry for the confusion this has caused you. To fix this, kindly make sure that your user/service account has sufficient permission in the "Users and permissions" list for them to make an API request. For example, to use the Google Play Billing APIs, you must grant the following permissions:
I want to say at least in my case I wasn't able to find those permission in the step 2 When creating a service account, I think this permission are granted in another place... |
Beta Was this translation helpful? Give feedback.
-
Recently, I have been using packages to integrate Google Play Console's IAP. Here are two detailed configuration documents for reference:
|
Beta Was this translation helpful? Give feedback.
-
I configured following user manual. But I cant Google Play Developer Account linked to Google Cloud Project. Because this feature removed from Google Play Console. Google play console > Set up > API access not shown. My account is owner.
Then I create service account on Google Cloud console, generate key then download json. I configured on liap.php config file. On Google play console > Users and Permissions > Add my service account to users.
"The current user has insufficient permissions to perform the requested operation" error when verify google subscription purchase
I call like this ->
Subscription::googlePlay()->id('my_product_id')->token('my_purchase_token')->get()
this function call this url with get method:
https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{my_package_id}/purchases/subscriptions/{my_product_id}/tokens/{mytoken}
please help me. What should I do?
Beta Was this translation helpful? Give feedback.
All reactions