Replies: 1 comment
-
I need more information about your app to provide a more detailed answer. For instance, when you mention 'my users,' what does that entail? Have they each given your app approval using the OAuth2 authorization process? If so, describe the scopes you requested.
|
Beta Was this translation helpful? Give feedback.
-
I have an issue where if one of my users uses a lot of API calls (should be 10.000 per user, right?) but it seems like it's the TOTAL request my application is sending because all my users are getting "Exceeded daily rate limit" and that is also on API calls like
getShopSections
that only requireAPI Key
and not the OAuth token.So am a little unsure why this is happening.
Has anyone tried that before?
Beta Was this translation helpful? Give feedback.
All reactions