I need to upload data to BigQuery from Drive. I found these two explanations (Upload CSV, BQ Jobs),
However, I don't want to define the schema everytime anew. In manual upload you can check the 'autodetect' but in the script I can't find how to do it.
Thanks