pydrive upload csv 8th August 2017 M Smith file1 = drive.CreateFile({"mimeType": "text/csv"}) file1.SetContentFile("something.csv") file1.Upload()