I made a BigQuery table backed by Google spreadsheet and it worked great until I shared it with some project members. All the project members have permission to access all the resources in the BigQuery project and the Google spreadsheet, but the only person who can execute SQL on the table backed by a Google spreadsheet is the one who made the table.
When other people run queries, they get the error message below.
Error: Access Denied: BigQuery BigQuery: Permission denied while globbing file pattern.
Is it specification (or restriction) of BigQuery? Or is there any configuration that I should activate when I share such a table with others?