I am trying to download a file from Google Drive using the PyDrive V3 Version.
I am really confused about the functions get_media() and export() which are to download the files. What is the difference?
The get_media() function works with excel files and not csv files whereas the export() function works with csv files and not excel files. What is the reason? I have tried changing the mimetype based on the file but that does not change the results.