I've created a service account from the initial guide and am using the same sample code published on the Google Surveys GitHub repo.
I see that I have to add my service account email as an owner to the individual survey from other answers to get the results, but so far this isn't working. It looks like an email is sent to that address to verify ownership, but nothing is sent to me. Is there another way to confirm this please?
I'm using the correct credentials JSON file in oauth.py
but all requests return the following:
Error fetching survey results: <HttpError 403 when requesting https://www.googleapis.com/surveys/v2/surveys/{id}/results?alt=media returned "Forbidden">
Am I missing something? Thanks in advance for any help.