Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tbigqueryinput access denied

Hi,

 

I am querying a table from bigquery using tBigQueryInput component to another project, outputting to tBigQueryOutput.

 

However it is displaying an error when running the job. 

 

---> Reason: accessDenied
Message: Access Denied: Table: The user name@gmail.com does not have permission to query table.

 

"Name@gmail.com" is a user account that does not have permission to the project inside google cloud system.

 

Which field denotes which account is used to run the query?

 

The fields are Client ID, Client Secret, Project Id and the authorisation code.

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Looks like the Oauth client ID and key are tied to the account who creates them. Created a new set of credentials and generated a new Authorisation code and now the query runs under the correct account.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Looks like the Oauth client ID and key are tied to the account who creates them. Created a new set of credentials and generated a new Authorisation code and now the query runs under the correct account.