I’m receiving this error when uploading a file into a search store:
{
“error”: {
“code”: 404,
“message”: “Requested entity was not found.”,
“status”: “NOT_FOUND”
}
}
Steps to reproduce it:
- create search stores POST “…v1beta/fileSearchStores” → 200
- check creation → GET “..v1beta/fileSearchStores/{fileSearchStoreId}” → 200
- upload file to store → POST “..upload/v1beta/fileSearchStores/{storeId}:uploadToFileSearchStore” → 404
If I keep trying, maybe after 2 minutes of the store creation, the upload starts working fine.
This started happening 2 days ago.
EDIT: I think this was an error that only occurred when we created a store and immediately after uploaded a file. But now it is also happening with stores created in the past few days, or weeks