Typesense v0.24.0 API Key Issue with Multiple Actions
TLDR Hariharan is facing an issue with Typesense API keys when combining "documents:search" and "documents:export" actions. Jason asks for a curl command snippet to replicate the issue.
Apr 11, 2023 (8 months ago)
Hariharan
12:58 AMclient.keys().create({
'description': 'Search and export companies key.',
'actions': ["documents:search", "documents:export"],
'collections': ['companies']
})
Jason
04:50 AMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Issue with API Key Format and Typesense API Calls
Adrian encountered a 401 error when making API calls using a key, and Jason helped correct the key's format. Adrian then created a Github issue about the problem.
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.
Resolving Typesense Server Connection with Correct API Keys and Paths
Rubai had trouble creating a working API key for Typesense and understanding number_hits versus num_documents. Jason provided clarification and correct code for generating a search-only API Key and using correct server configurations.