- Issue created by @vasyok
- First commit to issue fork.
@VasyOK, it looks like your API key doesn't have permission to delete objects from the index.
Check access control list (ACL) here - https://www.algolia.com/doc/guides/security/api-keys/#access-control-lis...
You can manage api key's ACL here - https://dashboard.algolia.com/account/api-keys/restrictedI think it would be nice to add token's scopes validation to the module. The minimum set of rights (scopes), as it seems to me, should be as follows:
- search
- addObject
- deleteObject
- listIndexes
- recommendation (autocomplete?)
- Status changed to Postponed: needs info
3 months ago 1:28pm 12 August 2024 - 🇮🇳India nikunjkotecha India, Gujarat, Rajkot
To be honest it makes sense to add the check but I am just wondering how was the data indexed?
Is there an exception even when indexing data?
- 🇮🇳India nikunjkotecha India, Gujarat, Rajkot
@vasyok please share more details