Api permission exceeds public access token limit of: 100

ZoeM_
Shopify Partner
9 0 3

I got the issue: “Api permission exceeds public access token limit of: 100.  ”

 

Please help me...

Replies 2 (2)
InfiniteCom
Shopify Partner
19 4 5

Did you checkout https://shopify.dev/api/usage/rate-limits

If you are building a custom store, also checkout: https://community.shopify.com/c/storefront-api-and-sdks/read-before-posting-custom-storefront-storef...

 

If you can not change your design/arch to send less requests, then think about limiting them as per the docs.

Imagine editing your product and variant images on your local drive in realtime.
Checkout InfiniteSync Image Upload / Export and sync with you local or online drive

Did we answer your question? if yes, please like and/or accept the solution
Prudentt
Shopify Partner
28 1 6

This is because of the limit of the amount of access tokens for the Storefront API, not the amount of requests, check this out: StorefrontAccessToken

Make sure to delete the access token after you finished using it.