Error: Reached the maximum number of users #1268
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It’s a pretty straightforward error. You need to request commercial status for your app if you want to authenticate multiple shops. You may be able to request an additional 1 or 2 users so you can auth all your shops (but probably not), otherwise you would need to have and use credentials for each shop. You may find that concept to have pitfalls as well as they want to make sure that you aren’t having other shops hand you their credentials or plugging them directly into your app. If you are hoping to have other shops which do not belong to you to authorize your app, you will need to request commercial access. |
Beta Was this translation helpful? Give feedback.
-
See: https://github.com/slider1234/ETSY-API-Auto-Authenticator I got various error messages during the OAuth process (including the max number of users). The cause of my problems was multiple overlapping instances as revealed by "Apps You Use". |
Beta Was this translation helpful? Give feedback.
It’s a pretty straightforward error. You need to request commercial status for your app if you want to authenticate multiple shops. You may be able to request an additional 1 or 2 users so you can auth all your shops (but probably not), otherwise you would need to have and use credentials for each shop. You may find that concept to have pitfalls as well as they want to make sure that you aren’t having other shops hand you their credentials or plugging them directly into your app.
If you are hoping to have other shops which do not belong to you to authorize your app, you will need to request commercial access.