The current user has insufficient permissions to perform the requested #383
Unanswered
rahul787996
asked this question in
Q&A
Replies: 1 comment
-
I've found a solution that worked for me in this discussion #381 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am using laravel 7.4 and i am try Subscription purchases this code ...
try {
Subscription::googlePlay()->id($plan->android_product_id)->token($request->txn_id)->acknowledge("YOUR PAYLOAD");
but coming responce this . how to solve this issue please tell me ..
{"error":"Client error:
POST https:\/\/androidpublisher.googleapis.com\/androidpublisher\/v3\/applications\/package_name \/purchases\/subscriptions\/user_quarterly\/tokens\/purchase_token:acknowledge
resulted in a401 Unauthorized
response:\n{\n "error": {\n "code": 401,\n "message": "The current user has insufficient permissions to perform the requested o (truncated...)\n"}Beta Was this translation helpful? Give feedback.
All reactions