algolia / algoliasearch-client-javascript

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.

Home Page:https://www.algolia.com/doc/api-client/javascript/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on add API key

googlicus opened this issue · comments

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)