Access Denied activeSubscriptions #1036
-
Hi all, I'm building an app using the cli v3 template. Inside of ensure-billing.js there is a query for
I'm using api version Here is the response:
Is there something I'm missing? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out that it was because I used online tokens, and my user is not the store owner. Changing to offline tokens was the solution as I don't require different permissions for users. Would be great if required permissions for |
Beta Was this translation helpful? Give feedback.
I figured out that it was because I used online tokens, and my user is not the store owner.
Changing to offline tokens was the solution as I don't require different permissions for users.
Would be great if required permissions for
activeSubscriptions
were highlighted in the docs.