Google Spreadsheets: when the spreadsheet not found show the service account email address
#2,940 opened on 2018年10月14日
Repository metrics
- Stars
- (24,845 stars)
- PR merge metrics
- (平均マージ 9d 5h) (30d で 3 merged PRs)
説明
When trying to query a Google Spreadsheet and it wasn't found, as part of the message to the user show the service account email address.
Reasoning: many times the user tries to share it with their own email address or just not sure what address to share it with.
The Google Spreadsheet query runner implemented in this module: https://github.com/getredash/redash/blob/master/redash/query_runner/google_spreadsheets.py
Will need to alter this error message: https://github.com/getredash/redash/blob/e87efc8bc30cefa0176fea7f12169cf202452727/redash/query_runner/google_spreadsheets.py#L215
The service account email address is in the JSON key file.