I’m attempting to access:
- shopify_payments_dispute_file_uploads
- shopify_payments_dispute_evidences
However, I continually receive the error message:
“Oauth error invalid_scope: The access scope is invalid: shopify_payments_dispute_file_uploads”
I am using the scope exactly as it’s described in the Shopify documentation here:
https://shopify.dev/docs/api/admin-rest/2023-10/resources/dispute-evidence#get-shopify-payments-disputes-dispute-id-dispute-evidences
What am I doing wrong?
1 Like
Did you requre access scopes for shopify_payments_payouts, shopify_payments and than shopify_payments_dispute_evidences, shopify_payments_dispute_file_uploads when you are changing the scopes you need to restart your app
No I requested the scope all at once. And I don’t need access to shopify_payments_payouts or shopify_payments.
I know another app that uses the exact same scope and it works without any problems.