I want to run a cron job on GAE that internally calls BigQuery.
I am currently able to run BigQuery but I need to log in with my credentials. But I would like to run the cron job for BigQuery without any login.
Any help would be highly appreciated.
I am successfully able to implement it in java.Before performing it we need to generate client id for service account.
I know it's not the java you're expecting. The secret is to use AppAssertionCredentials. Here is the python sample: