fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

With GCSOnly flag set to true, hauser still tries to check bigquery table #73

Closed glarchev closed 3 years ago

glarchev commented 4 years ago

Here's my console output:

gregory:hauser gregory.larchev$ ./hauser 2019/09/06 18:03:47 Config flag GCSOnly is on, data will not be loaded to BigQuery 2019/09/06 18:03:47 Checking if table fs_export exists 2019/09/06 18:03:47 Export table does not exist, creating one. 2019/09/06 18:03:47 Creating table fs_export 2019/09/06 18:03:48 Post https://www.googleapis.com/bigquery/v2/projects/%3Cyour%20project%3E/datasets/%3Cyour%20dataset%3E/tables?alt=json&prettyPrint=false: oauth2: cannot fetch token: 400 Bad Request Response: { "error": "invalid_grant", "error_description": "Bad Request" }