My goal is to make the simplest query on Google Fusion Tables
on behalf of my web app users. For that, I created a service account on google co
I know that many people are facing the same problem like mine. So, this is the solution after days of search on google.
The code I proposed has only one error: the client id is like an email similar to 123456789-abcdebsbjf@developer.gserviceaccount.com
The second thing you have to do is to share the table you are quering in google fusion tables with the client id of the service account.
After that, thing will work perfectly.
I hope this would help other.
I got same error in google analytic API, I have solved it by adding my Service accounts Email address
with google analytic account.
In my case it was caused by the server's time being too far off (about 5 minutes).
Although your issue is already solved, maybe this is of any help for someone who lands here in the future as the error returned by Google is the same.