CartoDB/cartoframes

Manage API keys limit error

Opened this issue · 1 comments

We are raising a generic error when we need to generate a new API key and the user doesn't have any more available.

ForbiddenErrorException: Access denied

We need to handle this case and show a proper error message: TBD

Note: this requires to change to the backend to provide a more descriptive exception.