algoliasearch-client-javascript icon indicating copy to clipboard operation
algoliasearch-client-javascript copied to clipboard

Error on add API key

Open googlicus opened this issue 2 years ago • 0 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)

googlicus avatar Nov 29 '23 10:11 googlicus