Focuses on API authentication, access scopes, and permission management.
I'm attempting to access:
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:
What am I doing wrong?
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.