Hello,
I am experiencing an issue with the Custom Search JSON API, and I would appreciate any guidance.
[Issue]
When using the Custom Search JSON API, the following error occurred, and no results could be retrieved:
{
"error": {
"code": 404,
"message": "Requested entity was not found.",
"errors": [
{
"message": "Requested entity was not found.",
"domain": "global",
"reason": "notFound"
}
],
"status": "NOT_FOUND"
}
}
[Verification Performed After the Issue Occurred]
-
Replaced the existing Programmable Search Engine with a new one.
-
Executed a search using the Custom Search JSON API.
-
The search results were displayed without any issues.
→ Based on this, I suspect that the original Programmable Search Engine may no longer be available or usable.
[Questions]
-
Besides the above, are there any other possible causes for receiving a 404 error when using the Custom Search JSON API?
-
What possible reasons could cause a Programmable Search Engine to become unavailable?
-
Is there any recovery method other than creating and switching to a new Programmable Search Engine?
Any insights or advice would be greatly appreciated.
Thank you!