Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on add API key #1492

Open
googlicus opened this issue Nov 29, 2023 · 0 comments
Open

Error on add API key #1492

googlicus opened this issue Nov 29, 2023 · 0 comments

Comments

@googlicus
Copy link

There is 403 error on add API key: 'algoliasearch.exceptions.RequestException: Invalid Application-ID or API key'
Used admin APi key to send request. Key was been regenerated - problem same.
Same situation for javascript ('algoliasearch' lib v4.20) and python (3.11) API.

Sample:
params = {
'maxQueriesPerIPPerHour': 100,
}
acl = ['search']
res = client.add_api_key(acl, params)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant