Im trying to upload some csv files into google bigquery with the download tool (I couldn't get the output tool to upload with the simba drivers).
I have successfully got the authentication sorted, but when i try to either upload a multipart POST option i get a '413 query too large error' while when I try to set up a resumable upload (that would probably be more useful) the connection times out when getting the initial resumable session.
Any ideas for what I'm doing wrong?