Hello,
I’m trying to use the Google My business API to access programatically data and generate report for my company. In order to achieve this result I created a new project on GCP and obtained the access to related API. I want to access programmatically so I created a service account, downloaded keys and used inside my program with official libraries.
Calls works fine but when I call for locations list the list is empty.
I tried to grant different authorization to service account but the result is always the same. I thought maybe the problem is an incorrect accountId, but I’ve tried all profile id that I was able to find on my business console but the response is always “NOT_FOUND”.
I don’t what I’m doing wrong, can someone help me please?
Thanks in advance