Hi All,
Did anybody experience the same issue... We are using Odoo v17, and we successfully integrated the Google image API last year, and it worked normally. Last week I tried it again, to call the images based on the barcode, and it seems it doesn't work the error I am getting on Odoo is:
" The Custom Search API is not enabled in your Google project. Please visit your Google Cloud Platform project page and enable it, then retry. If you enabled this API recently, please wait a few minutes and retry. "
On Google side, I see the traffic, but it is not delivering images back to Odoo. In the meantime, I created new project and new credentials and the problem is still the same.
From Google side, I am getting this error, from old credentials (that worked in the past) and new one:
{
"error": {
"code": 403,
"message": "This project does not have the access to Custom Search JSON API.",
"errors": [
{
"message": "This project does not have the access to Custom Search JSON API.",
"domain": "global",
"reason": "forbidden"
}
],
"status": "PERMISSION_DENIED"
}
}Dou you have any experience with this, I really don't want to do this manually for over 2000 products.
Thank you,