The following error is presented during the oAuth connect process for the new Etsy integration:
This personal application has reached the maximum number of users. Please reach out to the owner of the application for additional support or to request they apply for commercial level access. If you are an application owner, you can apply for commercial access on the Etsy Developers site.
It looks like the dev team forgot to switch over the account details during the deployment of the app.
Hello,
The developers are waiting for verification to make the application public. By tomorrow, they will try to provide a solution for a quick start, possibly including an option for authorization through their own application.
Hi! Since we had to submit a request for additional verification and considering the time it took in the past, the developers have created an authorization process for developer applications. Now, you can create your own app, authorize it, and it will work without any issues.
Thanks for this @raian, unfortunately we still have an issue with custom code modules and the etsy auth, as the auth data available for Etsy is limited to the access token, whereas we also need the clientid (API Key) to be available in order to make custom API requests.
@Raian Incomplete coverage of all Etsy API endpoints. For example ones I use for analysis include payment-account/ledger-entries for example, which is easy enough to code via a custom node.
Note, your incomplete coverage is on par with other solutions (Pipedream, make.com etc) who also focus the integrations with transaction/listing management, but those also allow custom API coding and expose the additional API key.
You might recall this was part of my original request for Etsy to allow custom coding: OAuth 2 Code Grant workflow